From a85dedd941ee332ea016f52f83ee1ed2761caec4 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Mon, 18 Dec 2017 13:54:06 +0100 Subject: [PATCH] Adopted template for Fontsize changer: Transformation to relative font sizes and realignment of block in structure --- slt/css/mobile.css | 1 + slt/css/visual.css | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/slt/css/mobile.css b/slt/css/mobile.css index b6bb8e2..3f41682 100644 --- a/slt/css/mobile.css +++ b/slt/css/mobile.css @@ -131,6 +131,7 @@ body { { margin-bottom: 0px; background-color: inherit; + display: inline-block; } #impressum .nav > li diff --git a/slt/css/visual.css b/slt/css/visual.css index 904302a..6d235fc 100644 --- a/slt/css/visual.css +++ b/slt/css/visual.css @@ -15,17 +15,17 @@ p { h3 { - font-size: 16pt; + font-size: 133% /*16pt*/; } h2 { - font-size: 19pt; + font-size: 158% /*19pt*/; } h1 { - font-size: 22pt; + font-size: 183% /*22pt*/; } h1,h2,h3,h4