Skip to content

Commit 94d0769

Browse files
author
Simon L. Lange
committed
Ringsted: Smaller fontsize in menu
1 parent a268a23 commit 94d0769

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

web/themes/custom/fds_redwhite_theme/dist/stylesheets/stylesheet.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/themes/custom/fds_redwhite_theme/src/styles/theme/components/_custom-header.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ body {
449449
padding-top: calc(45px + 80px) !important;
450450
}
451451

452-
452+
453453
& .region-highlighted {
454454
padding-top: 100px;
455455
}
@@ -545,7 +545,7 @@ body {
545545
// Desktop - and up
546546
@include media-breakpoint-up(md) {
547547
.region-header__below .menu li > a {
548-
font-size: 2.2rem;
548+
font-size: 2rem;
549549
}
550550
.custom-header {
551551

web/themes/custom/fds_redwhite_theme/src/styles/theme/components/_searchy.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ ul.search-api-autocomplete-search {
101101
// Desktop - and up
102102
@include media-breakpoint-up(md) {
103103
.searchy-label {
104-
font-size: 2.2rem;
104+
font-size: 2rem;
105105
}
106106
}
107107

0 commit comments

Comments
 (0)