simoncor.net/themes/hugo-coder/assets/scss/_footer.scss

14 lines
221 B
SCSS
Raw Permalink Normal View History

2020-07-16 22:43:30 +02:00
.footer {
width: 100%;
text-align: center;
2024-08-26 17:13:18 +02:00
font-size: 1.6rem;
line-height: 2rem;
margin-bottom: 1rem;
@media only screen and (max-width: 768px) {
font-size: 1.5rem;
}
2020-07-16 22:43:30 +02:00
a {
color: $link-color;
}
}