13 lines
211 B
CSS
13 lines
211 B
CSS
|
.main-content {
|
||
|
padding-bottom: 50px;
|
||
|
}
|
||
|
|
||
|
footer.footer-min {
|
||
|
position: fixed;
|
||
|
bottom: 0;
|
||
|
width: 100%;
|
||
|
padding: 3px;
|
||
|
background-color: #f5f5f5;
|
||
|
border-top: 1px solid #eeeeee;
|
||
|
text-align: center;
|
||
|
}
|