Making improvements to the layout on mobile
This commit is contained in:
parent
4a3ec5a0a5
commit
758fc90634
7 changed files with 30 additions and 2 deletions
16
resources/sass/_footer.scss
vendored
16
resources/sass/_footer.scss
vendored
|
@ -20,3 +20,19 @@ footer {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: $mainWidth) {
|
||||
footer {
|
||||
img {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
form {
|
||||
width: 95vw;
|
||||
}
|
||||
|
||||
select {
|
||||
width: 90vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue