Reduce padding of footer’s highlighted section
This commit is contained in:
parent
771f5077d4
commit
d2560e8748
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue