Added in contact section #12

Merged
rodude123 merged 18 commits from contact into master 2022-01-11 20:58:54 +00:00
Showing only changes of commit 009e5c6c8a - Show all commits

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;
}
} }