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 */
|
/* @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 {
|
||||||
|
|
Reference in a new issue