Skip to content

Commit

Permalink
Theme Gembloux
Browse files Browse the repository at this point in the history
  • Loading branch information
Broemman committed Dec 10, 2024
1 parent 7996a8e commit 77bbab6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
6 changes: 5 additions & 1 deletion gembloux/src/scss/home/espace-citoyen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
margin: 0 0 0 -30px;
width: max-content;
font-size: 30px;
text-transform: uppercase;
text-transform: initial;
transform: rotate(180deg);
position: absolute;
padding: 100px 0 0;
Expand Down Expand Up @@ -339,3 +339,7 @@
}
}
}

.sortable-section.sectiontext.plan {
margin: 80px 0;
}
2 changes: 1 addition & 1 deletion gembloux/src/scss/home/partenaires.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}
}

.bloc-partenaires::before {
&::before {
content: "";
position: absolute;
background: url("../../assets/svg/visu-background-footer.svg") center top
Expand Down
14 changes: 9 additions & 5 deletions gembloux/src/scss/home/video.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
.portaltype-imio-smartweb-portalpage.section-home-page div#body-section-video {
max-width: 800px;
margin: 0 auto;
.portaltype-imio-smartweb-portalpage.section-home-page .sectionvideo {
margin: 50px 0;

iframe {
border-radius: 20px;
div#body-section-video {
max-width: 800px;
margin: 0 auto;

iframe {
border-radius: 20px;
}
}
}

0 comments on commit 77bbab6

Please sign in to comment.