slightly better spacing

This commit is contained in:
ansuz
2016-09-14 16:00:06 +02:00
parent 217e664d4c
commit d73fef7fe5
2 changed files with 10 additions and 10 deletions

View File

@@ -484,7 +484,7 @@ div.modal, div#modal {
box-sizing: border-box;
.size (@n) {
font-size: @n * 1vw;
line-height: @n * 1.2vw;
line-height: @n * 1.1vw;
}
border: 1px solid white;
@@ -504,7 +504,7 @@ div.modal, div#modal {
left:0;right:0; // horizontal center
p, li, pre, code {
.size(2.5);
.size(2.75);
}
h1 { .size(5); }