X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/ee3b920271648a553bf01a673a25d305d95b36d3..e75df6f71fddb90698d1893e7998bbf93e621c2b:/personal/_sass/_layout.scss diff --git a/personal/_sass/_layout.scss b/personal/_sass/_layout.scss index a4c4738..8859ce1 100644 --- a/personal/_sass/_layout.scss +++ b/personal/_sass/_layout.scss @@ -25,6 +25,12 @@ body { /* This centers us in the page, and handles the "too wide" case */ padding-top: 1px; /* If we use 0 here, some paddings add up things get ugly. What?!? */ } +/* The footer */ +#-footer { + padding-top: 3em; + text-align: center; +} + /* Navigation menu */ #-navi { padding: 0; @@ -94,6 +100,7 @@ body { /* This centers us in the page, and handles the "too wide" case */ clear: both; float: none; position: static; + border: none; } #-content { padding: #{ $outer-margin * 0.75 };