add absolute positioning of the footer

This commit is contained in:
Jacob Janzen 2024-04-27 16:17:44 -05:00
parent 5e44b2bbc3
commit cd739b87f4

View file

@ -56,12 +56,18 @@ a:hover {
}
}
.content {
padding-bottom: 30px;
}
.footer {
position: absolute;
background-color: #fff8ea;
bottom: 0;
margin-top: auto;
width: 700px;
max-width: calc(100% - 20px);
height: 30px;
text-align: center;
display: flex;
justify-content: space-between;