From 487cb076fb607821c51d5211c9c74e14eb73102c Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Sat, 14 Nov 2020 23:48:48 +0100 Subject: [PATCH] max-height correction for mobile versions --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..91239eb --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +.col-sm { + max-height: 80% !important; +} + +.col-sm.vert { + max-height: 60% !important; +} \ No newline at end of file