margin img region top ressource
This commit is contained in:
@@ -2163,6 +2163,7 @@ a {
|
|||||||
grid-row: 1/span 7; /* Prendre toutes les lignes disponibles */
|
grid-row: 1/span 7; /* Prendre toutes les lignes disponibles */
|
||||||
align-self: start; /* S'assurer qu'il commence en haut */
|
align-self: start; /* S'assurer qu'il commence en haut */
|
||||||
justify-self: end;
|
justify-self: end;
|
||||||
|
margin-left: 2rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: 1100px) {
|
@media (max-width: 1100px) {
|
||||||
|
|||||||
@@ -19,11 +19,13 @@
|
|||||||
width: fit-content;
|
width: fit-content;
|
||||||
padding-right: 2rem;
|
padding-right: 2rem;
|
||||||
padding-left: 25%;
|
padding-left: 25%;
|
||||||
|
|
||||||
@media screen and (min-width:1100px) {
|
@media screen and (min-width:1100px) {
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
grid-row: 1 /span 7; /* Prendre toutes les lignes disponibles */
|
grid-row: 1 /span 7; /* Prendre toutes les lignes disponibles */
|
||||||
align-self: start; /* S'assurer qu'il commence en haut */
|
align-self: start; /* S'assurer qu'il commence en haut */
|
||||||
justify-self: end;
|
justify-self: end;
|
||||||
|
margin-left: 2rem;
|
||||||
}
|
}
|
||||||
@media (max-width: 1100px) {
|
@media (max-width: 1100px) {
|
||||||
padding-left: 13%;
|
padding-left: 13%;
|
||||||
|
|||||||
Reference in New Issue
Block a user