1
0
Fork 0

Add top margins to headers

This commit is contained in:
Krzysztof Sikorski 2023-12-03 18:37:15 +01:00
parent 31bb61d742
commit 15986504cc
Signed by: krzysztof-sikorski
GPG Key ID: 4EB564BD08FE8476
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -39,7 +39,7 @@ header, main, footer {
}
header > h1, main > h1, footer > h1 {
@apply tw-my-0 tw-text-4xl;
@apply tw-my-0 tw-mt-6 tw-text-4xl;
}
header p:first-of-type {