Uniform the slides rendering in present and print mode

This commit is contained in:
yflory
2017-03-17 15:30:27 +01:00
parent 2add39ee40
commit a5f11d0d0d
4 changed files with 337 additions and 334 deletions

View File

@@ -23,8 +23,11 @@
.top-left(@s: 5px) { border-top-left-radius: @s; }
.size (@n) {
font-size: @n * 1vw;
line-height: @n * 1.1vw;
// font-size: @n * 1vmin;
// line-height: @n * 1.1vmin;
font-size: @n * 10%;
// line-height: @n * 11%;
line-height: 110%;
}
.two-part-gradient (@start, @end) {