rizaldy.club/quartz/components/styles/footer.scss

16 lines
219 B
SCSS
Raw Normal View History

2023-07-01 14:03:01 +07:00
footer {
text-align: left;
2023-07-03 03:08:29 +07:00
margin-bottom: 4rem;
2023-07-10 09:32:24 +07:00
opacity: 0.7;
2023-07-03 03:08:29 +07:00
2023-07-01 14:03:01 +07:00
& ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: row;
gap: 1rem;
margin-top: -1rem;
}
}