From 7db2eb37c5396814e6a02e9464aa437b4ab75430 Mon Sep 17 00:00:00 2001 From: Mikhail Kuznetcov Date: Wed, 12 May 2021 16:09:37 +0200 Subject: [PATCH] fix mobile view of strt page --- css/custom.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/custom.css b/css/custom.css index 78b8972..f5726f6 100644 --- a/css/custom.css +++ b/css/custom.css @@ -22,6 +22,12 @@ width: 90%; font-size: 0.8em; } + .btn.btn-primary.big-red-button { + margin-bottom: 1em !important; + } + #fh5co-home .text-inner h1 { + font-size:2em; + } } #fh5co-intro { padding-bottom: 0px;