corrections graphiques

This commit is contained in:
Valentin
2024-11-27 19:34:18 +01:00
parent c052f89d27
commit 5b13541fdc
20 changed files with 962 additions and 249 deletions

View File

@@ -19,6 +19,9 @@
margin-bottom: 5px;
}
}
.article_meta + h2 {
margin-top: 0 !important;
}
h2 {
padding-top: 0 !important;
margin-bottom: 2rem !important;

View File

@@ -10,7 +10,7 @@
width: 100%;
aspect-ratio: 20 / 9;
overflow: hidden;
padding-left: $x_margin;
//padding-left: $x_margin;
padding-right: $x_margin;
display: flex;
align-items: center;

View File

@@ -27,10 +27,20 @@
width: auto;
z-index: -1;
}
@media screen and (min-width: $breakpoint_desktop_large) {
width: 22vw;
}
}
#bg-2 {
top: 8vh;
left: -28vw;
@media screen and (min-width: $breakpoint_desktop) {
transform: rotate(1deg);
}
@media screen and (min-width: $breakpoint_desktop_large) {
left: -5vw;
top: 9vh;
}
}
#bg-5 {
width: 20vw;
@@ -40,6 +50,9 @@
@media screen and (min-width: $breakpoint_desktop) {
z-index: -1;
}
@media screen and (min-width: $breakpoint_desktop_large) {
width: 27vw;
}
}
/* #bg-4 {
top: 18vh;

View File

@@ -250,7 +250,7 @@
}
}
#block-erabletheme-navigationprincipale {
background: linear-gradient(to bottom, white, transparent);
background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.8) 50%, transparent);
width: 100%;
display: none;
position: absolute;
@@ -266,7 +266,7 @@
li {
font-family: 'Marianne', sans-serif;
font-size: $m_font_size;
padding: 4px 12px;
padding: 9px 16px;
background-color: white;
transition: background-color 0.3s ease;
&:first-of-type {