Bigger line height (on bookpopup especially)
This commit is contained in:
parent
e840d4cf70
commit
e0ba6fbc02
|
@ -344,9 +344,9 @@ body { font-size: 1em;/*12px/16px */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 810px and greater */
|
/* 768px and greater */
|
||||||
@media only screen and (min-width: 768px) {
|
@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; }
|
.container { box-shadow:0 0 20px #000; }
|
||||||
body { margin: 5px;
|
body { margin: 5px;
|
||||||
font-size: 0.85em;/*12px/16px */
|
font-size: 0.85em;/*12px/16px */
|
||||||
|
|
|
@ -356,9 +356,9 @@ body { font-size: 1em;/*12px/16px */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 810px and greater */
|
/* 768px and greater */
|
||||||
@media only screen and (min-width: 768px) {
|
@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; }
|
.container { box-shadow:0 0 20px #000; }
|
||||||
body { margin: 5px;
|
body { margin: 5px;
|
||||||
font-size: 0.85em;/*12px/16px */
|
font-size: 0.85em;/*12px/16px */
|
||||||
|
|
Loading…
Reference in a new issue