diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -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; +} |
