diff --git a/_werc/pub/style.css b/_werc/pub/style.css index 97887ca..2e0a66f 100644 --- a/_werc/pub/style.css +++ b/_werc/pub/style.css @@ -22,7 +22,7 @@ header nav div a { text-decoration: underline; color: #54402c; } body > nav { background-color: #ffe6cc; margin-right: 25px; border: 2px solid #ac8760; border-radius: 25px; padding-left: 10px; } /* article */ -body > article { background-color: #ffe6cc; border: 2px solid #ac8760; border-radius: 25px; } +body > article { background-color: #ffe6cc; border: 2px solid #ac8760; border-radius: 25px; padding-bottom: 25px; } /* footer */ footer { margin: 5px; }