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

github.com/Lednerb/bilberry-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Baiborodine <igor@kiroule.com>2022-03-20 23:49:36 +0300
committerIgor Baiborodine <igor@kiroule.com>2022-03-20 23:49:36 +0300
commit93fb90a49a759a091bf03af94ff4cdc996563a05 (patch)
tree1ad727c2f04dec9a9109e7d7433cd3172186d0fd
parent93290d430a60052aa8ab421d21a50a63fa64cd04 (diff)
Format code
-rw-r--r--assets/sass/_footer.scss15
1 files changed, 5 insertions, 10 deletions
diff --git a/assets/sass/_footer.scss b/assets/sass/_footer.scss
index 98e0f00..e126078 100644
--- a/assets/sass/_footer.scss
+++ b/assets/sass/_footer.scss
@@ -52,7 +52,6 @@ footer {
.right {
.external-profiles {
-
width: 100%;
margin-bottom: 2em;
@@ -69,28 +68,27 @@ footer {
// Workaround to avoid conflicts with Adblock
// See: https://github.com/Lednerb/bilberry-hugo-theme/issues/95
.fa-facebook-adblock-proof:before {
- content:"\f09a";
+ content: "\f09a";
}
.fa-twitter-adblock-proof:before {
- content:"\f099";
+ content: "\f099";
}
.fa-google-plus-official-adblock-proof:before {
- content:"\f2b3";
+ content: "\f2b3";
}
.fa-youtube-adblock-proof:before {
- content:"\f167";
+ content: "\f167";
}
}
.languages {
width: 100%;
-
margin-left: 0;
-
margin-bottom: 2em;
+
a {
text-transform: uppercase;
color: $highlight-color;
@@ -113,16 +111,13 @@ footer {
.archive {
width: 100%;
-
margin-left: 0;
}
strong {
display: block;
}
-
}
-
}
}