aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-07-30 11:39:29 +0300
committerJan Tuomi <jan.tuomi@eficode.com>2018-07-30 11:41:24 +0300
commite27ffc516c922f0ab0e05590e8169e90c3f1fb1f (patch)
tree42f5d2a5c3d2d85ef408baf9fe1913e17265c5a9 /style.css
parent6f046828e49087f92791d0b8c89c99934bafdf8e (diff)
Fix styles
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 14 insertions, 2 deletions
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;
+}