mirror of
https://github.com/RGBCube/Site
synced 2025-07-31 13:07:46 +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 {
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue