From 35755d2dc12ff0d60fd02a1c802635980f0c6cd8 Mon Sep 17 00:00:00 2001 From: poni Date: Mon, 21 Dec 2020 19:57:33 +0100 Subject: [PATCH] fixed responsive --- PRACTICAL_VISION/printing/style.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/PRACTICAL_VISION/printing/style.css b/PRACTICAL_VISION/printing/style.css index 9f8c28c..3c58dcd 100644 --- a/PRACTICAL_VISION/printing/style.css +++ b/PRACTICAL_VISION/printing/style.css @@ -418,12 +418,17 @@ button{ .row{ margin: 15% 0 } + + .column{ + margin-top: 1% + } + :root{ --regular: 2vw; --focus: 2vw; --focus2: 4.5vw; - --title: 10vw; + --title: 15vw; --footnote: 1vw; --subtitle: 5vw; @@ -433,6 +438,18 @@ button{ #focus-infograph-r{ width: 80%; } + + #title{ + line-height: 6.5vw + } + + .jola{ + margin-left: 24vw + } + + .jola2{ + margin-left: 30vw + } .telegram{ text-align: right;