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

gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_footer.scss')
-rw-r--r--assets/sass/_footer.scss15
1 files changed, 14 insertions, 1 deletions
diff --git a/assets/sass/_footer.scss b/assets/sass/_footer.scss
index 8beb237..aa86bdb 100644
--- a/assets/sass/_footer.scss
+++ b/assets/sass/_footer.scss
@@ -1,13 +1,26 @@
footer {
width: 8.25in;
margin: 36px auto;
- display: block;
text-align: center;
+ display: flex;
+ flex-flow: column;
}
.link-text {
font-weight: 700;
}
+
+.footer-item {
+ //I'm doing nothing here.
+}
+
+#link::after {
+ content: "\00B7";
+}
+
+#link:last-child::after {
+ content: "";
+}
footer {
a {