fix width on mobile
This commit is contained in:
parent
8edc338aa3
commit
b8c64e74f6
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ a:hover {
|
|||
}
|
||||
|
||||
.footer {
|
||||
max-width: calc(100% - 20px);
|
||||
width: 700px;
|
||||
bottom: 0;
|
||||
margin-top: auto;
|
||||
display: grid;
|
||||
|
|
Loading…
Add table
Reference in a new issue