You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
368 B

.footer {
position: fixed;
bottom: 0;
left: 0px;
width: 100%;
height: 55px;
}
.footer-entries {
display: block;
a {
margin-right: 10px;
float: center;
}
}
.white {
background-color: #222222;
}
.grey {
color: #ffffff;
}
.padding {
position: relative;
padding-left: 10px;
}
.padding-right {
position: relative;
padding-right: 10px;
}