Text scales with screen size
parent
c7ad402339
commit
28344a0d64
|
@ -75,6 +75,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
.logo {
|
.logo {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 4em;
|
font-size: 4em;
|
||||||
|
font-size: 9vmin;
|
||||||
}
|
}
|
||||||
|
|
||||||
.open {
|
.open {
|
||||||
|
@ -90,6 +91,9 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
|
font-size: 4vmin;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status h1 {
|
.status h1 {
|
||||||
|
|
Loading…
Reference in New Issue