1
Fork 0

Increase footer size

This commit is contained in:
Jake Howard 2016-04-08 19:05:08 +01:00
parent 5da1fbec87
commit 49430bc950

View file

@ -78,13 +78,12 @@ img {
} }
/* @group Footer */ /* @group Footer */
@footer-height: 200px; @footer-height: 250px;
footer { footer {
height: @footer-height; height: @footer-height;
width: 100%; width: 100%;
text-align: center; text-align: center;
padding-top: 10px; padding-top: 30px;
padding-bottom: 15px;
color: white; color: white;
background-color: #232323; background-color: #232323;
a { a {