blob: 048b0c6db3621bd7b214af062facda8853ebad3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.footer {
position: absolute;
bottom: 0;
width: 95%;
height: 60px;
line-height: 60px;
background-color: #f5f5f5;
}
.footer>.container {
padding-right: 15px;
padding-left: 15px;
}
|