diff --git a/source/_footer.slim b/source/_footer.slim index 25f0146..dc6de77 100644 --- a/source/_footer.slim +++ b/source/_footer.slim @@ -4,7 +4,7 @@ p ==link_to "Albert Schulz", "/albert", :title => "About Albert" ' , ==link_to "Jörg Thalheim", "/joerg", :title => "About Jörg" - br/ +p ' using a href="http://ethanschoonover.com/solarized" title="color palette used on our website" target="_blank" solarized ', more infos diff --git a/source/stylesheets/site.css.scss b/source/stylesheets/site.css.scss index 108fe0c..340f4a4 100644 --- a/source/stylesheets/site.css.scss +++ b/source/stylesheets/site.css.scss @@ -41,15 +41,17 @@ header { } footer { - padding-left: 15px; + padding: 0.3em 1em 0.3em; box-shadow: 0 2px 3px #b8b8b8; + p { + margin: 0; + } } .container { @include accentize($yellow); @include container; - /* Grid layout */ #main { margin-top: 50px; }