mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +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 {
|
.not-flex {
|
||||||
|
font-size: large;
|
||||||
|
|
||||||
display: block;
|
display: block;
|
||||||
width: min(100vh, 80em);
|
width: min(100vh, 80em);
|
||||||
|
|
||||||
|
@ -15,7 +17,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
font-size: large;
|
font-size: larger;
|
||||||
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding: .3em .6em;
|
padding: .3em .6em;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue