petites corrections css

This commit is contained in:
Valentin
2024-01-06 09:39:13 +01:00
parent 22b49b379d
commit 3b1627508e
8 changed files with 61 additions and 20 deletions

View File

@@ -28,7 +28,8 @@
border-radius: 10vw;
img {
width: 100%;
height: auto;
height: 100%;
object-fit: cover;
}
}
}
@@ -46,7 +47,7 @@
> div:last-of-type {
@include main_text_content();
grid-column: 2 / 4;;
grid-column: 2 / 4;
}
@media (min-width: $breakpoint_tablet) {
grid-template-columns: 10vw auto 1fr;