9 lines
104 B
SCSS
Raw Normal View History

.site-footer {
grid-column: 1 / -1;
margin-top: 3rem;
ul > li {
display: inline-block;
}
}