summaryrefslogtreecommitdiff
path: root/themes/beautifulhugo/static/css/main-minimal.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/beautifulhugo/static/css/main-minimal.css')
-rw-r--r--themes/beautifulhugo/static/css/main-minimal.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/beautifulhugo/static/css/main-minimal.css b/themes/beautifulhugo/static/css/main-minimal.css
new file mode 100644
index 0000000..6baca79
--- /dev/null
+++ b/themes/beautifulhugo/static/css/main-minimal.css
@@ -0,0 +1,13 @@
+.main-content {
+ padding-bottom: 50px;
+}
+
+footer.footer-min {
+ position: fixed;
+ bottom: 0;
+ width: 100%;
+ padding: 3px;
+ background-color: #f5f5f5;
+ border-top: 1px solid #eeeeee;
+ text-align: center;
+} \ No newline at end of file