Skip to content

Commit

Permalink
Merge pull request #1072 from NatLibFi/tweaked-headerbar-fontsize
Browse files Browse the repository at this point in the history
tweaked header font size
  • Loading branch information
joelit authored Oct 5, 2020
2 parents 5d8bf5e + f7ddfa9 commit 6ee03da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resource/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ li, td > a {

h1, .prefLabel, .prefLabelLang, .notation {
font-family: 'Fira Sans', sans-serif;
font-size: 27px;
font-size: 24px;
font-weight: 400;
}

Expand Down Expand Up @@ -1865,7 +1865,7 @@ body, .versal, h1, h2, h3, p, .versal-bold {
}

h1 {
font-size: 22px;
font-size: 16px;
}

#sidebar {
Expand Down Expand Up @@ -2134,7 +2134,7 @@ body, .versal, h1, h2, h3, p, .versal-bold {
  }

h1 {
font-size: 24px;
font-size: 20px;
}

}
Expand Down Expand Up @@ -2258,7 +2258,7 @@ body, .versal, h1, h2, h3, p, .versal-bold {
}

h1 {
font-size: 27px;
font-size: 24px;
}

.alphabetical-search-results li, li, .versal, .versal-bold, p, .search-result > .prefLabel, .search-result > .notation, .property-values > .prefLabel, td > a {
Expand Down

0 comments on commit 6ee03da

Please sign in to comment.