1

Uniformisation de la largeur du hero avec celle du footer

This commit is contained in:
2025-09-20 16:28:18 +02:00
parent f166e112c0
commit 32bfb537a3

View File

@@ -1,6 +1,6 @@
#hero {
width: 90%;
max-width: 1100px;
max-width: 1200px;
margin: 2rem auto 1.25rem;
display: flex;
flex-direction: column;
@@ -52,6 +52,7 @@
color: var(--text-softest);
letter-spacing: 0.04em;
}
#hero>ul {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));