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

github.com/athul/archie.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorADSWT518 <tangyazhou518@outlook.com>2022-06-25 06:20:26 +0300
committerAthul Cyriac Ajay <athul8720@gmail.com>2022-06-25 20:19:03 +0300
commit26f57dd1f9f8c6ed3b77642b22c7d9fb53202e3d (patch)
treec2b960700631d1b772cf5b72ddd406bc2ec4be50
parent5fbc45536a2999a697cebf8eb375d07acf0c6503 (diff)
chore: Change CSS for Socials in Footer again
-rw-r--r--assets/css/main.css8
-rw-r--r--layouts/partials/footer.html1
2 files changed, 6 insertions, 3 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index 00fcfb4..08dd5d2 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -171,11 +171,13 @@ footer {
.soc {
display: flex;
align-items: center;
- padding-right: 1rem;
- margin-right: 1rem;
- border-right: 2px solid;
border-bottom: none;
}
+.border {
+ margin-left: 0.5rem;
+ margin-right: 0.5rem;
+ border: 1px solid;
+}
.footer-info {
padding: var(--footer-padding);
}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 24ed9e1..04eaa79 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -2,6 +2,7 @@
<div style="display:flex">
{{- range $index, $key := .Site.Params.Social -}}
<a class="soc" href="{{ $key.url }}" title="{{ $key.name }}"><i data-feather="{{ $key.icon }}"></i></a>
+ <a class="border"></a>
{{- end -}}
</div>
<div class="footer-info">