update main.css

This commit is contained in:
Rohit Pai 2022-01-02 16:14:40 +00:00
parent 4f6ac94dae
commit 009e5c6c8a

View File

@ -363,6 +363,10 @@
div#findMe .socialIcons { div#findMe .socialIcons {
flex-direction: column; flex-direction: column;
} }
#contactForm .flName {
flex-direction: column;
}
} }
@media screen and (max-width: 31em) { @media screen and (max-width: 31em) {
@ -398,7 +402,4 @@
align-items: center; align-items: center;
} }
div#findMe .socialIcons {
flex-direction: column;
}
} }