corrections graphiques
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
.article_meta + h2 {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
h2 {
|
||||
padding-top: 0 !important;
|
||||
margin-bottom: 2rem !important;
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user