Skip to content

Commit

Permalink
Homepage Herbeumont - Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Broemman committed Dec 16, 2024
1 parent db24b0d commit d8bdc2b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
13 changes: 6 additions & 7 deletions herbeumont/src/scss/home/events.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@
.portaltype-imio-smartweb-portalpage.section-index
.sortable-section.sectionevents::before {
content: "";
position: absolute;
bottom: 0;
top: 0;
transform: translateX(-50vw);
width: 100vw !important;
border-radius: 0 20px 20px 0;
background: $primary-svg;
right: 0;
left: 0;
width: 95%;
height: 55%;
bottom: 0;
position: absolute;
border-radius: 0 0 0 80px;
z-index: -1;
}

Expand Down
7 changes: 7 additions & 0 deletions herbeumont/src/scss/home/footer.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#portal-footer-wrapper {
background: url("../../assets/svg/visuel-footer.svg") center top no-repeat
$primary;
background-size: 100%;
padding-top: 120px;
}

#smartweb-footer .sectiontext figure,
#smartweb-minisite-footer .sectiontext figure {
max-width: 65% !important;
Expand Down

0 comments on commit d8bdc2b

Please sign in to comment.