mirror of
https://github.com/RGBCube/Site
synced 2025-07-31 13:07:46 +00:00
Increase text size
This commit is contained in:
parent
106243611d
commit
12d7421327
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue