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:
authorsomrat <monnaf37@gmail.com>2020-04-16 06:53:21 +0300
committersomrat <monnaf37@gmail.com>2020-04-16 06:53:21 +0300
commitb937a11e4d46f989a1a137b3d6718c239b1feb74 (patch)
tree62321a3fad8886344e704da17e70d9d56f45bf97 /assets
parente2f2743c2657b1eff2500b2e4c3bba6be443fb99 (diff)
fix some minor bug and improve reliability
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 57dce7c..0e1c5f8 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -178,8 +178,8 @@ select:focus {
}
.section {
- padding-top: 100px;
- padding-bottom: 100px;
+ padding-top: 80px;
+ padding-bottom: 80px;
}
@media (max-width: 768px) {