keroosha.cybergulag.today/quartz/components/styles/footer.scss

14 lines
195 B
SCSS
Raw Normal View History

2023-07-01 10:03:01 +03:00
footer {
text-align: left;
opacity: 0.8;
& ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: row;
gap: 1rem;
margin-top: -1rem;
}
}