13 lines
176 B
SCSS
13 lines
176 B
SCSS
#site-footer {
|
|
margin-top: 4rem;
|
|
padding: 3rem 0 3rem;
|
|
font-size: 1rem;
|
|
text-align: center;
|
|
|
|
details {
|
|
all: unset;
|
|
color: var(--fg-muted-5);
|
|
font-size: 0.8rem;
|
|
}
|
|
}
|