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
6
resources/sass/_bio.scss
vendored
6
resources/sass/_bio.scss
vendored
|
@ -3,3 +3,9 @@
|
|||
.personal-bio {
|
||||
width: $mainWidth;
|
||||
}
|
||||
|
||||
@media screen and (max-width: $mainWidth) {
|
||||
.personal-bio {
|
||||
width: 95vw;
|
||||
}
|
||||
}
|
||||
|
|
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
6
resources/sass/_pagination.scss
vendored
6
resources/sass/_pagination.scss
vendored
|
@ -8,3 +8,9 @@
|
|||
list-style-type: none;
|
||||
width: $mainWidth;
|
||||
}
|
||||
|
||||
@media screen and (max-width: $mainWidth) {
|
||||
.pagination {
|
||||
width: 95vw;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue