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

github.com/4ever9/less.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/_footer.scss')
-rw-r--r--assets/scss/_footer.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/scss/_footer.scss b/assets/scss/_footer.scss
new file mode 100644
index 0000000..9ac7e5c
--- /dev/null
+++ b/assets/scss/_footer.scss
@@ -0,0 +1,17 @@
+
+footer {
+ padding: 20px 0;
+ @include flex-y-center;
+ justify-content: center;
+ text-align: center;
+ color: #5D5C5C;
+
+ a {
+ color: #5D5C5C;
+ }
+
+ .copyright {
+ margin-left: 20px;
+ margin-right: 20px;
+ }
+} \ No newline at end of file