réseaux sociaux à droite logo à gauche header
This commit is contained in:
@@ -236,6 +236,11 @@
|
||||
margin: auto;
|
||||
padding-top: 2rem;
|
||||
padding-bottom: 4rem;
|
||||
@media (max-width: 479px){
|
||||
display: flex;
|
||||
padding-left: 1rem;
|
||||
width: 80%;
|
||||
}
|
||||
.views-row:nth-of-type(1) { grid-column: 2; }
|
||||
.node-type-actualite{
|
||||
color: $black;
|
||||
@@ -299,7 +304,11 @@
|
||||
max-width: 50%;
|
||||
min-width: fit-content;
|
||||
margin-bottom: 2rem;
|
||||
align-self: end;
|
||||
align-self: end;
|
||||
@media (max-width: 479px){
|
||||
grid-column: 3 / span 6;
|
||||
}
|
||||
|
||||
.field--type-link {
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
|
||||
Reference in New Issue
Block a user