Skip to content

Commit

Permalink
Top paddings for conference banner
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Sep 17, 2024
1 parent 3af9560 commit 64563f4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scss/modules/banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,13 @@
}
}
}

#block-clarin-bootstrap-annualconference {
@media (min-width: #{$screen-xxl-min}) {
margin-top: -15px;
}

@media (max-width: #{$screen-md-max}) {
margin-top: 15px;
}
}

0 comments on commit 64563f4

Please sign in to comment.