Add style to social links

This commit is contained in:
Nathan Chapman 2019-06-11 17:10:14 -07:00
parent f4d142b79d
commit 432db443ad

View File

@ -264,6 +264,9 @@ iframe {
.portfolio {
justify-content: space-around;
}
.social {
flex-direction: column;
}
}
/* Small screens */
@ -280,7 +283,7 @@ iframe {
.logo {
max-width: 200px;
}
nav, .portfolio, .social {
nav, .portfolio {
flex-direction: column;
}
}