two columns for links

This commit is contained in:
Quaternions 2025-03-10 11:49:41 -07:00
parent 132a04cd4c
commit 8f164d0d47

@ -90,15 +90,16 @@
} }
.links { .links {
display: flex; display: grid;
justify-content: center; grid-template-columns: 1fr 1fr;
flex-wrap: wrap; gap: 15px;
gap: 20px;
margin-bottom: 40px; margin-bottom: 40px;
width: 100%;
max-width: 500px;
} }
.link { .link {
padding: 12px 24px; padding: 12px 0;
background: rgba(0, 0, 0, 0.6); background: rgba(0, 0, 0, 0.6);
color: #00ffff; color: #00ffff;
text-decoration: none; text-decoration: none;