Reduce padding of footer’s highlighted section

This commit is contained in:
oriol carbonell pujolàs 2024-02-06 10:05:30 +01:00
parent 771f5077d4
commit d2560e8748
1 changed files with 1 additions and 1 deletions

View File

@ -1549,7 +1549,7 @@ body > footer a {
body > footer section:nth-child(3) {
border-radius: .6rem;
background: var(--accent-2);
padding: 0 15px;
padding: 0 1rem 1rem 1rem;
color: var(--contrast);
}