botom padding now that footer isnt fixed
This commit is contained in:
parent
1333a5efdc
commit
953958a7d7
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user