diff options
| -rw-r--r-- | style.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,12 +28,13 @@ body { .links a { display: flex; + flex-flow: column nowrap; + justify-content: flex-start; } .links img { height: 100%; margin: 0 20px; - min-height: 1px; } .instagram img { |
