simoncor.net/themes/hugo-coder/assets/scss/_footer.scss
Simon Cornet 956e73d0e4
All checks were successful
Build and Publish / Build (push) Successful in 5s
Build and Publish / Deployment (push) Successful in 58s
[hugo] feat: update
2024-08-26 17:13:18 +02:00

14 lines
221 B
SCSS

.footer {
width: 100%;
text-align: center;
font-size: 1.6rem;
line-height: 2rem;
margin-bottom: 1rem;
@media only screen and (max-width: 768px) {
font-size: 1.5rem;
}
a {
color: $link-color;
}
}