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

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'examples/blog/static/css/custom.css')
-rw-r--r--examples/blog/static/css/custom.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/blog/static/css/custom.css b/examples/blog/static/css/custom.css
new file mode 100644
index 000000000..a9bb3c03b
--- /dev/null
+++ b/examples/blog/static/css/custom.css
@@ -0,0 +1,7 @@
+body {
+ margin-top: 75px; /* 100px is double the height of the navbar - I made it a big larger for some more space - keep it at 50px at least if you want to use the fixed top nav */
+}
+
+footer {
+ margin: 50px 0;
+} \ No newline at end of file