Skip to content

Commit

Permalink
Theme Gembloux
Browse files Browse the repository at this point in the history
  • Loading branch information
Broemman committed Dec 9, 2024
2 parents ae422e8 + 8b2b188 commit 6051333
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mons/src/scss/home/events.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
width: 100vw;
left: 50%;
transform: translateX(-50%);
padding-top: 20px;
padding-bottom: 40px;
padding-top: 40px;
padding-bottom: 60px;

&::after {
background: $primary-red;
Expand All @@ -15,7 +15,7 @@
left: 0%;
position: absolute;
top: 0;
width: 94%;
width: 95%;
z-index: -2;

@media screen and (max-width: 1500px) {
Expand Down
1 change: 1 addition & 0 deletions mons/src/scss/home/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ footer {
width: 100%;
display: block;
height: 200px;
background: url("../../assets/svg/logo-mons.svg") 20px bottom no-repeat !important;

.row {
li {
Expand Down

0 comments on commit 6051333

Please sign in to comment.