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-23 19:53:23 +0300
committerYurizal Susanto <rizal.sagi@gmail.com>2017-06-23 19:53:23 +0300
commitc04403ffc64f1a3a3cad5d912d4c300d00261651 (patch)
tree4052e04d8ae6fef69ae98abcc52abb099a3fd73c /static
parent4d943a16bd0a18005d9944088f2e35465a3ea1d3 (diff)
Better space between other section and footer
Diffstat (limited to 'static')
-rw-r--r--static/css/ui.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/css/ui.css b/static/css/ui.css
index 731c634..1d9e523 100644
--- a/static/css/ui.css
+++ b/static/css/ui.css
@@ -494,6 +494,9 @@ form {
section h4 {
margin-bottom: .5rem;
}
+footer p {
+ margin-bottom: 0;
+}
/* #Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@@ -518,6 +521,11 @@ section h4 {
.u-header { padding-top: 12rem; }
}
+.u-footer {
+ margin-top: 4rem;
+ margin-bottom: 2rem;
+}
+
/* #Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */