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
path: root/assets
diff options
context:
space:
mode:
authormertbakir <2335694-mertbakir@users.noreply.gitlab.com>2020-09-01 12:10:42 +0300
committermertbakir <mertbakxr@gmail.com>2020-09-01 12:10:42 +0300
commit00027c5801c2204a97fe068bcaedfafbb37dfefb (patch)
tree44ee6a0610254565d9def786f7da996c3eaba26e /assets
parent60a6100b3746c498e1c665164382871dd807b549 (diff)
Update Footer
* It's now customizable in config.toml * Remove resume.pdf
Diffstat (limited to 'assets')
-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 {