Skip to content

Commit

Permalink
Small style improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Nov 6, 2024
1 parent f92e6a6 commit d391e8d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/SearchFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,9 @@ $primary-color: map-get($theme-colors, "primary");
}
.form-group {
// Shows multi-select and datepicker components over map
position: relative;
z-index: 0;
> div {
margin-left: 1em;
Expand All @@ -610,10 +613,6 @@ $primary-color: map-get($theme-colors, "primary");
font-weight: 600;
}
// Shows multi-select and datepicker components over map
position: relative;
z-index: 0;
&.filter-collection,
&.filter-item-id,
&.filter-datetime,
Expand Down
11 changes: 11 additions & 0 deletions src/theme/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,17 @@ body {
font-weight: 700;
display: flex;
align-items: center;
font-size: 2.2rem;
}
@include media-breakpoint-down(xl) {
h1 {
font-size: 2rem;
}
}
@include media-breakpoint-down(md) {
h1 {
font-size: 1.75rem;
}
}

h2 {
Expand Down

0 comments on commit d391e8d

Please sign in to comment.