diff --git a/index.html b/index.html index ab2dce0..64dfed8 100644 --- a/index.html +++ b/index.html @@ -72,6 +72,12 @@

Get in touch with me at contact@jjayberthumemusic.com. I can compose a free 30-second musical demo to your specifications so you can see if I’m the right fit for your project.

+
+ SoundCloud + YouTube + Patreon + Facebook +
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; } }