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.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/assets/scss/_footer.scss b/assets/scss/_footer.scss
index a3db990..471a9fd 100644
--- a/assets/scss/_footer.scss
+++ b/assets/scss/_footer.scss
@@ -1,18 +1,17 @@
-
footer {
padding: 20px 0;
@include flex-y-center;
justify-content: center;
text-align: center;
- color: #5D5C5C;
+ color: #5d5c5c;
font-size: 14px;
a {
- color: #5D5C5C;
+ color: #5d5c5c;
}
.copyright {
margin-left: 20px;
margin-right: 20px;
}
-} \ No newline at end of file
+}