made landing page font scale with resolution

This commit is contained in:
rami 2024-12-06 23:12:25 -05:00
parent a1eaece148
commit b9faa899d5

View File

@ -15,7 +15,7 @@
padding: 0;
color: #d3c6aa;
font-family: 'Ubuntu Mono', monospace;
font-size: 30px;
font-size: 3vw;
}
.gitea {