main.ru.css: fix a typo.
[enc-static.git] / css / main.ru.css
CommitLineData
3feda63e
TG
1/* Modifications to the main stylesheet of Email Self-Defense for the Russian
2 version */
3
4h1 { font-size: 1.9em; }
5h2 { font-size: 1.9em; }
6
ea1c2e35 7@media only screen and (min-width: 400px) and (max-width: 599px) {
3feda63e
TG
8 #header h1 { font-size: 2.1em; }
9}
10
32dabd72 11@media only screen and (min-width: 600px) and (max-width: 949px) {
3feda63e
TG
12 #header h1 { font-size: 3em; }
13}
14
32dabd72 15@media only screen and (min-width: 950px) {
3feda63e
TG
16 #header h1 { font-size: 4em; }
17}