Switch to Astro #4

Merged
array-in-a-matrix merged 22 commits from astro into main 2024-01-15 17:55:49 -05:00
Showing only changes of commit b2bba16785 - Show all commits

View file

@ -45,9 +45,6 @@ import { SITE_TITLE } from '../consts';
border-bottom-color: var(--accent); border-bottom-color: var(--accent);
} }
@media (max-width: 720px) { @media (max-width: 720px) {
.social-links {
display: none;
}
} }
a { a {
display: inline-block; display: inline-block;