Skip to content

Commit

Permalink
Smaller text in titlebar and relbar
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Aug 26, 2020
1 parent 7dd5d85 commit 04408fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/insipid_sphinx_theme/insipid/static/insipid.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -563,20 +563,20 @@ div.body dl.exception > dt:not(:target) {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-size: 1.5em;
font-size: 1.4em;
font-weight: 200;
}

.relbar .title .text {
line-height: 2em;
line-height: 2.1em;
}

.relbar .title .text .direction {
position: absolute;
right: 0;
left: 0;
top: 0;
font-size: 50%;
font-size: 60%;
line-height: 0.5em;
}

Expand Down Expand Up @@ -931,7 +931,7 @@ body:not(.js) #search-button {

#titlebar .title {
font-weight: 200;
font-size: 2rem;
font-size: 1.7rem;
text-align: center;
margin: 0;
flex: 1;
Expand Down

0 comments on commit 04408fe

Please sign in to comment.