aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_sass/footer.scss')
-rw-r--r--_sass/footer.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/_sass/footer.scss b/_sass/footer.scss
new file mode 100644
index 0000000..2e3512f
--- /dev/null
+++ b/_sass/footer.scss
@@ -0,0 +1,24 @@
+ul.sitemap {
+ padding-left: 1em;
+
+ li {
+ list-style-type: none;
+ }
+}
+
+.container-sitemap {
+ border-top: 1px solid #d5d5d5;
+ border-bottom: 1px solid #d5d5d5;
+}
+
+@media (min-width: 768px) {
+ .container-sitemap {
+ padding-top: 1em;
+ margin-top: 1em;
+ margin-bottom: 1em;
+ }
+}
+
+.footer-breadcrumb {
+ margin-top: 2em;
+} \ No newline at end of file