From e27ffc516c922f0ab0e05590e8169e90c3f1fb1f Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 30 Jul 2018 11:39:29 +0300 Subject: Fix styles --- index.html | 5 +++-- style.css | 16 ++++++++++++++-- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index ce00fae..b59b0f7 100644 --- a/index.html +++ b/index.html @@ -11,12 +11,13 @@ + diff --git a/style.css b/style.css index fb82ad2..7b986bb 100644 --- a/style.css +++ b/style.css @@ -23,10 +23,22 @@ body { flex-flow: row nowrap; justify-content: center; align-items: center; + +} + +.links a { + display: flex; } .links img { - width: 40px; - height: auto; + height: 100%; margin: 0 20px; } + +.instagram img { + width: 40px; +} + +.soundcloud img { + width: 53px; +} -- cgit v1.3