Making improvements to the layout on mobile

This commit is contained in:
Jonny Barnes 2019-03-24 18:16:06 +00:00
parent 4a3ec5a0a5
commit 758fc90634
7 changed files with 30 additions and 2 deletions

View file

@ -3,3 +3,9 @@
.personal-bio {
width: $mainWidth;
}
@media screen and (max-width: $mainWidth) {
.personal-bio {
width: 95vw;
}
}