Skip to content

Commit

Permalink
Theme Herbeumont - Homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Broemman committed Dec 17, 2024
1 parent b7a8a5d commit 241ab81
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions herbeumont/src/scss/home/events.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,18 @@

.portaltype-imio-smartweb-portalpage.section-index
.sortable-section.sectionevents::before {
content: "";
background: $primary-svg;
border-radius: 20px 0 0 20px;
bottom: 9%;
content: "";
left: -75%;
margin: 20px 0;
right: 0;
width: calc(100% + 800px) !important;
height: 55%;
bottom: 4%;
right: 50% !important;
position: absolute;
border-radius: 20px 0 0 20px;
top: 10%;
width: 100vw !important;
z-index: -1;
left: 0;
margin: 20px 0;
}

.portaltype-imio-smartweb-portalpage .sectionevents {
Expand Down Expand Up @@ -156,6 +157,14 @@ div#container-section-visuel-agenda {
div#container-section-visuel-agenda {
margin-top: 175px;

div#container-section-visuel-agenda {
margin-top: 166px;
}

figure {
margin-top: 0;
}

img {
max-height: 280px;
}
Expand Down

0 comments on commit 241ab81

Please sign in to comment.