Text scales with screen size

gh-pages
Cyrille Médard de Chardon 2014-09-21 17:56:55 +02:00
parent c7ad402339
commit 28344a0d64
1 changed files with 4 additions and 0 deletions

View File

@ -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 {