From 432db443adf5f5b18bbadd7755758654b44dcff9 Mon Sep 17 00:00:00 2001 From: Nathan Chapman Date: Tue, 11 Jun 2019 17:10:14 -0700 Subject: [PATCH] Add style to social links --- styles/index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styles/index.css b/styles/index.css index 9962a5c..69e075a 100644 --- a/styles/index.css +++ b/styles/index.css @@ -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; } }