Homepage is now somewhat responsive

This commit is contained in:
Dan 2026-01-03 13:02:57 +00:00
parent 27078fe312
commit 5af630114f
10 changed files with 674 additions and 680 deletions

View file

@ -12,6 +12,10 @@ footer[role="contentinfo"] {
border-left: 1px solid #0f0;
border-top-left-radius: 5px;
@include media-down(lg) {
display: none;
}
a {
color: #0f0;
text-decoration: none;