1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-01 13:37:49 +00:00

Increase text size

This commit is contained in:
RGBCube 2024-01-08 13:58:25 +03:00
parent 106243611d
commit 12d7421327
No known key found for this signature in database

View file

@ -8,6 +8,8 @@ body {
}
.not-flex {
font-size: large;
display: block;
width: min(100vh, 80em);
@ -15,7 +17,7 @@ body {
}
nav {
font-size: large;
font-size: larger;
background-color: white;
padding: .3em .6em;