footer - dynamize infos
This commit is contained in:
parent
9efeb72f68
commit
3008e231cb
6 changed files with 58 additions and 22 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue