hero min-height update
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user