Skip to content

Commit

Permalink
Improve responsiveness for homepage-parl-column elements in homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille committed Sep 12, 2024
1 parent 82b6e92 commit d54689c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www/docs/style/sass/pages/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ input.homepage-search__button {

.parl-top-link{
font-weight: 600;
margin-bottom: 0.5em;
}

.top-level-parl{
Expand All @@ -299,9 +300,11 @@ input.homepage-search__button {
@include grid-column(12);
padding-top: 0em;
padding-bottom: 0em;
margin-bottom: 2rem;
@media (min-width: $large-screen) {
@include grid-column(3);
border-right: 1px solid $colour_off_white;
margin-bottom: 0;
}
}

Expand Down

0 comments on commit d54689c

Please sign in to comment.