Skip to content

Commit

Permalink
SCSS lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Sep 30, 2024
1 parent baa2b70 commit 47df886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/modules/kcentressearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@
}

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

Expand Down

0 comments on commit 47df886

Please sign in to comment.