From 2bef1ee36b87948997b93d6b5430d1e4d00f5238 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 19 Apr 2015 01:25:24 +0200 Subject: Various changes to mockup code, started to implement standard ontology library. --- style/style.less | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'style/style.less') diff --git a/style/style.less b/style/style.less index f333d72..fc5ef57 100644 --- a/style/style.less +++ b/style/style.less @@ -45,24 +45,24 @@ main > section { } /* Responsively increase font size to screen size */ -@media (min-width: 300px) { +@media (min-width: 0px) and (max-width: 300px) { html { - font-size: 10pt; + font-size: 9pt; } } -@media (min-width: 500px) { +@media (min-width: 300px) and (max-width: 700px) { html { - font-size: 11pt; + font-size: 10pt; } } -@media (min-width: 1400px) { +@media (min-width: 1200px) { html { - font-size: 13pt; + font-size: 12pt; } } -@media (min-width: 1900px) { +@media (min-width: 1920px) { html { - font-size: 14pt; + font-size: 13pt; } } -- cgit v1.2.3