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

Fix text CSS

This commit is contained in:
RGBCube 2024-01-09 12:11:05 +03:00
parent 6a71b16208
commit 7873a98fb0
No known key found for this signature in database

View file

@ -9,15 +9,19 @@ body {
.not-flex { .not-flex {
font-size: large; font-size: large;
word-break: break-all;
display: block; display: initial;
width: min(100vh, 80em); width: min(100vw - 1em, 50em);
margin: 0 1em; margin: 0 1em;
} }
nav { nav {
font-size: larger; font-size: larger;
word-break: normal;
overflow-x: hidden;
background-color: white; background-color: white;
padding: .3em .6em; padding: .3em .6em;