Bigger line height (on bookpopup especially)

This commit is contained in:
Sébastien Lucas 2013-07-04 22:42:52 +02:00
parent e840d4cf70
commit e0ba6fbc02
2 changed files with 4 additions and 4 deletions

View file

@ -344,9 +344,9 @@ body { font-size: 1em;/*12px/16px */
}
}
/* 810px and greater */
/* 768px and greater */
@media only screen and (min-width: 768px) {
h1 {font-size: 2em;}
h1 {font-size: 2em; line-height: 1em;}
.container { box-shadow:0 0 20px #000; }
body { margin: 5px;
font-size: 0.85em;/*12px/16px */

View file

@ -356,9 +356,9 @@ body { font-size: 1em;/*12px/16px */
}
}
/* 810px and greater */
/* 768px and greater */
@media only screen and (min-width: 768px) {
h1 {font-size: 2em;}
h1 {font-size: 2em; line-height: 1em;}
.container { box-shadow:0 0 20px #000; }
body { margin: 5px;
font-size: 0.85em;/*12px/16px */