Added in mobile support for contact section

This commit is contained in:
Rohit Pai 2022-01-01 23:57:13 +00:00
parent a4fbd2a385
commit 0ee19bf7c9
2 changed files with 23 additions and 2 deletions

View File

@ -315,6 +315,24 @@
align-items: center; align-items: center;
} }
div#findMe, div#sayHello {
width: 100%;
}
div#findMe .findMeContainer {
flex-direction: column;
justify-content: center;
}
div#findMe .socialIcons {
flex-direction: row;
}
div#findMe .socialIcons div {
flex-direction: row;
}
} }
@media screen and (max-width: 55em) { @media screen and (max-width: 55em) {
@ -342,6 +360,9 @@
border:none border:none
} }
section#findMe .socialIcons {
flex-direction: column;
}
} }
@media screen and (max-width: 31em) { @media screen and (max-width: 31em) {