Skip to content

Commit

Permalink
Fix search header on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Oct 10, 2024
1 parent c0de84b commit 57648a1
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions scss/modules/kcentressearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,25 @@
}

.page-header {
background: url("../images/CLARIN-Logo-K-centre-2023-RGB-600ppi-transp.png") no-repeat left 0 bottom/300px;
background: url("../images/CLARIN-Logo-K-centre-2023-RGB-600ppi-transp.png") no-repeat left 0 top/300px;
color: $dark-blue-02;
font-size: 42px;
height: 80px;
padding-left: 260px;
padding-top: 2rem;
padding-left: 0.9rem;
padding-top: 5.5rem;

&::after {
color: #A2C037;
content: " (PREVIEW version)";
font-size: 16px;
vertical-align: super;
}

@media (min-width: #{$screen-sm-min}) {
background: url("../images/CLARIN-Logo-K-centre-2023-RGB-600ppi-transp.png") no-repeat left 0 bottom/300px;
height: 80px;
padding-left: 260px;
padding-top: 2rem;
}
}

.page-header-text {
Expand Down

0 comments on commit 57648a1

Please sign in to comment.