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

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgurusabarish <gurusabarisha@gmail.com>2022-04-27 15:16:52 +0300
committergurusabarish <gurusabarisha@gmail.com>2022-04-27 15:16:52 +0300
commit77c7aa67635b91d959b0e6e0392a9c7ff4ee67ba (patch)
treeed936577fe9db41d81f9bbdab501ad2da49bdfb7
parent1c8d314c3d4fefdd723b394c1c0e36ffd2b05f02 (diff)
hero min-height update
-rw-r--r--layouts/partials/sections/hero/index.html2
-rw-r--r--static/css/index.css5
2 files changed, 1 insertions, 6 deletions
diff --git a/layouts/partials/sections/hero/index.html b/layouts/partials/sections/hero/index.html
index 14602f4..ebb34a9 100644
--- a/layouts/partials/sections/hero/index.html
+++ b/layouts/partials/sections/hero/index.html
@@ -1,5 +1,5 @@
{{ if .Site.Params.hero.enable | default false }}
-<section id="hero" class="py-5">
+<section id="hero" class="py-5 align-middle">
<div class="container px-3 px-sm-5 px-md-5 px-lg-5 pt-lg-3">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-8 content" id="primary-font">
diff --git a/static/css/index.css b/static/css/index.css
index dc7ccb4..c2298c4 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -75,11 +75,6 @@ header .navbar {
line-height: 2rem;
max-width: 100%;
}
-@media screen and (min-width: 1280px) {
- #hero {
- min-height: 60vh;
- }
-}
#hero .content {
animation: fade-left 1s ease-out;
}