diff --git a/_werc/lib/footer.inc b/_werc/lib/footer.inc index 9c756ce..6257d98 100644 --- a/_werc/lib/footer.inc +++ b/_werc/lib/footer.inc @@ -5,7 +5,6 @@ diff --git a/_werc/pub/style.css b/_werc/pub/style.css index e54ff21..b6dada5 100644 --- a/_werc/pub/style.css +++ b/_werc/pub/style.css @@ -23,3 +23,6 @@ body > nav { background-color: #ffe6cc; margin-right: 25px; border: 2px solid #a /* article */ body > article { background-color: #ffe6cc; border: 2px solid #ac8760; border-radius: 25px; } + +/* footer */ +footer { margin: 5px }