From 02140ac225a0c2d6f25878117c6b8afc4c9749c7 Mon Sep 17 00:00:00 2001 From: ReznoRMichael Date: Wed, 27 Jan 2021 00:20:13 +0100 Subject: [PATCH] smartphone fleur line correction --- docs/main.css | 12 ++++++++++++ src/css/style.css | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/docs/main.css b/docs/main.css index 3487fbd..1be6c57 100644 --- a/docs/main.css +++ b/docs/main.css @@ -359,6 +359,18 @@ p { background-repeat: no-repeat; } +@media screen and (max-width: 460px) { + .horizontal-line { + height: 1.15rem; + } +} + +@media screen and (max-width: 360px) { + .horizontal-line { + height: 0.9rem; + } +} + .smalltext { font-size: 0.8rem; text-align: center; diff --git a/src/css/style.css b/src/css/style.css index c6c8f29..27da8d2 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -249,6 +249,18 @@ p { background-repeat: no-repeat; } +@media screen and (max-width: 460px) { + .horizontal-line { + height: 1.15rem; + } +} + +@media screen and (max-width: 360px) { + .horizontal-line { + height: 0.9rem; + } +} + .smalltext { font-size: 0.8rem; text-align: center;