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

github.com/iCyris/hugo-theme-yuki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/scss/pages/_footer.scss')
-rw-r--r--static/scss/pages/_footer.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/static/scss/pages/_footer.scss b/static/scss/pages/_footer.scss
new file mode 100644
index 0000000..3c91741
--- /dev/null
+++ b/static/scss/pages/_footer.scss
@@ -0,0 +1,19 @@
+/*
+ * Footer
+*/
+.footer {
+ position: relative;
+ width: 100%;
+ left: 0; bottom: 0;
+ margin-top: 20vh;
+}
+.copyright-wrap {
+ text-align: center;
+ border-top: $theme-color-gray-light 1px solid;
+}
+.copyright {
+ padding: 2.5vh 0;
+ font-size: .4rem;
+ color: $theme-color-gray;
+ a { color: $theme-color-gray ;}
+} \ No newline at end of file