quartz-research-note/quartz/components/styles/footer.scss
2023-07-02 13:08:29 -07:00

16 lines
219 B
SCSS

footer {
text-align: left;
opacity: 0.8;
margin-bottom: 4rem;
& ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: row;
gap: 1rem;
margin-top: -1rem;
}
}