tried logo footer again
All checks were successful
Deploy Theme / deploy (push) Successful in 9s

This commit is contained in:
Helldragon67 2025-01-17 08:38:03 +01:00
parent 24fde574e4
commit 2e91f0fd34
3 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2763,8 +2763,8 @@ figcaption a {
align-items: center; align-items: center;
/* column-gap: 32px; */ /* column-gap: 32px; */
justify-content: center; justify-content: center;
margin-bottom: 100px; margin-bottom: 15px;
padding-block: 28px; padding-block: 15px;
font-weight: 550; font-weight: 550;
border-block: 1px solid var(--color-border); border-block: 1px solid var(--color-border);
} }
@ -2798,8 +2798,8 @@ figcaption a {
align-items: center; align-items: center;
justify-content: center; /* Centers the icons horizontally */ justify-content: center; /* Centers the icons horizontally */
gap: 10px; /* Adds some space between the icons */ gap: 10px; /* Adds some space between the icons */
margin-top: 0px; /* Adds some space between the menu and icons */ margin-top: 0px;
margin-top: 25px; margin-bottom: 100px;
} }