Increase footer size
This commit is contained in:
parent
5da1fbec87
commit
49430bc950
1 changed files with 2 additions and 3 deletions
|
@ -78,13 +78,12 @@ img {
|
|||
}
|
||||
|
||||
/* @group Footer */
|
||||
@footer-height: 200px;
|
||||
@footer-height: 250px;
|
||||
footer {
|
||||
height: @footer-height;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 15px;
|
||||
padding-top: 30px;
|
||||
color: white;
|
||||
background-color: #232323;
|
||||
a {
|
||||
|
|
Reference in a new issue