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

Better word wrap settings, never horizontally scroll text box

This commit is contained in:
RGBCube 2024-01-09 13:27:27 +03:00
parent ff96bc69f6
commit 609506e3e7
No known key found for this signature in database

View file

@ -9,7 +9,7 @@ body {
.centered {
font-size: large;
overflow-x: hidden;
overflow-wrap: break-word;
display: initial;
width: min(100vw - 1em, 50em);
@ -26,6 +26,7 @@ nav {
font-size: larger;
word-break: normal;
overflow-wrap: normal;
overflow-x: auto;
background-color: white;