add absolute positioning of the footer
This commit is contained in:
parent
5e44b2bbc3
commit
cd739b87f4
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue