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.

58 lines
742 B

.main-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.footer {
position: fixed;
display: flex;
flex-grow: 1;
justify-content: center;
align-items: center;
bottom: 0;
left: 0px;
width: 100%;
height: 55px;
img {
margin-right: 10px;
height: 30px*1.5;
}
}
.homepage-main {
img {
width: 25%;
height: 25%;
}
display: absolute;
text-align: center;
top: 0;
transform: translateY(25%);
}
.footer-entries {
flex: 1;
a {
margin-left: 10px;
}
}
.white {
background-color: #222222;
}
.grey {
color: #ffffff;
}
.padding {
position: relative;
padding-left: 10px;
}
.padding-right {
position: relative;
padding-right: 10px;
}