footer - dynamize infos

This commit is contained in:
isUnknown 2024-07-31 18:29:16 +02:00
parent 9efeb72f68
commit 3008e231cb
6 changed files with 58 additions and 22 deletions

View file

@ -9,7 +9,7 @@
font-size: var(--font-size-h1);
width: 100%;
text-align: center;
margin-bottom: 2rem;
margin-bottom: var(--padding-vertical);
}
.hero__text h3 {
@ -21,5 +21,5 @@
}
.hero__text p:first-of-type {
margin-top: 2rem;
margin-top: var(--padding-vertical);
}