Add padding between title and cards
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending

This commit is contained in:
Mylloon 2023-10-15 23:38:24 +02:00
parent e70d72d055
commit 7a7fed58c6
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -67,3 +67,7 @@ h1 {
#friends a {
padding-right: 10px;
}
#friends h1 {
margin-bottom: 18px;
}