margin img region top ressource

This commit is contained in:
2024-10-17 15:23:30 +02:00
parent e22e7bcece
commit d404eddf57
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -2163,6 +2163,7 @@ a {
grid-row: 1/span 7; /* Prendre toutes les lignes disponibles */
align-self: start; /* S'assurer qu'il commence en haut */
justify-self: end;
margin-left: 2rem;
}
}
@media (max-width: 1100px) {
@@ -19,11 +19,13 @@
width: fit-content;
padding-right: 2rem;
padding-left: 25%;
@media screen and (min-width:1100px) {
grid-column: 1;
grid-row: 1 /span 7; /* Prendre toutes les lignes disponibles */
align-self: start; /* S'assurer qu'il commence en haut */
justify-self: end;
margin-left: 2rem;
}
@media (max-width: 1100px) {
padding-left: 13%;