mirror of
https://github.com/RGBCube/rgbcube.github.io
synced 2025-07-24 23:47:42 +00:00
Add media queries to scale better
This commit is contained in:
parent
b58a28342f
commit
afd2c3634c
1 changed files with 12 additions and 0 deletions
12
cube.css
12
cube.css
|
@ -16,6 +16,18 @@ html {
|
||||||
font-size: 450%;
|
font-size: 450%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 400px) {
|
||||||
|
html {
|
||||||
|
font-size: 200%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 800px) and (min-width: 400px) {
|
||||||
|
html {
|
||||||
|
font-size: 300%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-decoration-line: none;
|
text-decoration-line: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue