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

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYurizal Susanto <rizal.sagi@gmail.com>2017-06-24 06:19:31 +0300
committerYurizal Susanto <rizal.sagi@gmail.com>2017-06-24 06:19:31 +0300
commitb3fb73458b1cdef99c8f91d2538549144921d85a (patch)
tree98d4affab5dd4f2e045f63f6d7194ad8c2775df2 /static
parent2c9b726c2fcc4aff0566ed77398b0578157fb6e1 (diff)
Reduce margin for better viewing
Diffstat (limited to 'static')
-rw-r--r--static/css/ui.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/ui.css b/static/css/ui.css
index b3bb49d..54963c8 100644
--- a/static/css/ui.css
+++ b/static/css/ui.css
@@ -516,10 +516,10 @@ footer p {
margin-bottom: 1.5rem;
}
@media (min-width: 55rem) {
- .u-header { padding-top: 6rem; }
+ .u-header { padding-top: 3rem; }
}
@media (min-width: 75rem) {
- .u-header { padding-top: 12rem; }
+ .u-header { padding-top: 8rem; }
}
.u-footer {