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

github.com/gethugothemes/dot-hugo-documentation-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorThemefisher Dev <themefisher.dev@gmail.com>2020-02-08 07:40:37 +0300
committerThemefisher Dev <themefisher.dev@gmail.com>2020-02-08 07:40:37 +0300
commit6695462d137e89dbe26776980b250984e55cd445 (patch)
treec43951315d59475a3938df50c87c45a86d7944f1 /assets
parenta85b7a718540b63ba35436eff5d039eb1b6f5ad5 (diff)
modified navigation and banner
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css16
1 files changed, 12 insertions, 4 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 8996317..579ca71 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -201,11 +201,23 @@ select:focus {
padding-bottom: 100px;
}
+@media (max-width: 768px) {
+ .section{
+ padding-top: 60px;
+ }
+}
+
.section-sm {
padding-top: 80px;
padding-bottom: 80px;
}
+@media (max-width: 768px) {
+ .section-sm{
+ padding-top: 40px;
+ }
+}
+
.section-title {
margin-bottom: 40px;
}
@@ -326,10 +338,6 @@ header.sticky-top {
top: 100px;
}
-.hero-section {
- padding-bottom: 150px;
-}
-
.navbar {
padding: 0;
}