Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aanupam23/hugo-sugoi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraanupam23 <11939280+aanupam23@users.noreply.github.com>2020-06-18 08:39:05 +0300
committeraanupam23 <11939280+aanupam23@users.noreply.github.com>2020-06-18 08:39:05 +0300
commit797eac8063836528ea6f83e9e576c42fe049c740 (patch)
tree2ec582641a4bb611387377bfe3d813e6f6102f1e
parent5e2834f97ac51b2c31ac8ddf0bdcf4888414a93a (diff)
Updated height on mobile devices
-rw-r--r--static/css/custom.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index 8c8346e..99d73df 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -263,7 +263,8 @@ nav ul li>a:only-child::after {
background: #222;
background-size: 100%;
background-repeat: no-repeat;
- height: 100px;
+ height: 100%;
+ min-height: 200px;
color: #eeeeee;
display: flex;
justify-content: center;
@@ -272,8 +273,7 @@ nav ul li>a:only-child::after {
@media (min-width: 550px) {
.hero {
- height: 150px;
-
+ min-height: 150px;
}
}