This commit is contained in:
2024-04-25 17:42:54 +02:00
parent 232e91ce04
commit 5c16ff54b3
10 changed files with 368 additions and 140 deletions
@@ -517,6 +517,7 @@ body #content-ontop {
top: -1200px; }
body #background-animated {
width: 100VW;
z-index: -1;
position: relative;
left: -400px; }
@@ -701,6 +702,24 @@ header #block-colloque2024-mainnavigation ul li {
margin: 2rem 0; } }
#presentation .__wrapper {
margin-top: 1rem; }
#presentation.main {
max-width: 100vw;
margin: 0;
display: flex; }
.layout {
display: flex;
flex-direction: row; }
.layout #aside-animated {
display: flex;
z-index: -1;
position: absolute;
width: 25%;
left: 0;
margin: auto;
padding: auto; }
.layout #aside-animated svg {
margin: auto; }
.container.programme {
padding-top: 1.5rem; }
@@ -1972,6 +1991,8 @@ footer {
height: auto;
padding: 2rem 0 0 0;
margin-top: 2rem; }
footer .container {
max-width: 90vw; }
footer > .d-flex > div {
margin-bottom: 1.5rem; }
@media (min-width: 992px) {