Skip to content

Commit

Permalink
Normalize catalogue title
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jan 6, 2025
1 parent 31bd23b commit 94de4e6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scss/modules/kcentressearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,9 @@
}

.page-header {
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;
padding-left: 0.9rem;
padding-left: 0.01rem;
padding-top: 5.5rem;

&::after {
Expand All @@ -114,9 +113,8 @@
}

@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-left: 1rem;
padding-top: 2rem;
}
}
Expand Down

0 comments on commit 94de4e6

Please sign in to comment.