Skip to content

Commit

Permalink
FIX-margin header couleur de fond
Browse files Browse the repository at this point in the history
  • Loading branch information
clementdelafontaine committed Apr 25, 2024
1 parent 9d0c1bc commit 67e54c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/HeaderCustom.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ watch(changeContrast, newValue => {
header {
position: relative !important;
height: 120px;
margin-top: 10px;
padding-top: 10px;
margin-bottom: 10px;
@media #{ map-get(settings.$display-breakpoints, 'md-and-up')} {
Expand Down

0 comments on commit 67e54c8

Please sign in to comment.