Edit base and home style

This commit is contained in:
Paul Nicoué 2025-05-29 18:55:49 +02:00
parent 9b238fcf7d
commit 00d58f620d
10 changed files with 61 additions and 32 deletions

View file

@ -11,10 +11,10 @@
flex-direction: column;
align-items: center;
gap: 2rem;
width: $content-width-m;
.home__gallery-item {
display: table;
max-width: $medium-content-width;
.home__carousel {
@ -50,10 +50,7 @@
.home__image-caption {
display: table-caption;
caption-side: bottom;
width: fit-content;
margin: 0.5rem auto 0;
padding: 0 0.5rem;
text-align: center;
margin: 0.5rem 0 0;
}
}
}