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:
parent
ff96bc69f6
commit
609506e3e7
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ body {
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
font-size: large;
|
font-size: large;
|
||||||
overflow-x: hidden;
|
overflow-wrap: break-word;
|
||||||
|
|
||||||
display: initial;
|
display: initial;
|
||||||
width: min(100vw - 1em, 50em);
|
width: min(100vw - 1em, 50em);
|
||||||
|
@ -26,6 +26,7 @@ nav {
|
||||||
font-size: larger;
|
font-size: larger;
|
||||||
word-break: normal;
|
word-break: normal;
|
||||||
|
|
||||||
|
overflow-wrap: normal;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue