diff --git a/styles/index.css b/styles/index.css index 73c3f31..9962a5c 100644 --- a/styles/index.css +++ b/styles/index.css @@ -171,6 +171,14 @@ img { justify-content: space-between; } +.social { + font-style: italic; + display: flex; + justify-content: space-between; + font-size: 1.25em; + text-align: center; +} + iframe { width: calc(50% - 10.6665px); margin-bottom: 1em; @@ -272,7 +280,7 @@ iframe { .logo { max-width: 200px; } - nav, .portfolio { + nav, .portfolio, .social { flex-direction: column; } }