From 319f0c546484f621e0967072976547484877dd61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Fri, 22 Oct 2021 19:31:45 +0200 Subject: [PATCH] Better contact options on mobile --- styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index b78639a..2060660 100644 --- a/styles.css +++ b/styles.css @@ -151,7 +151,7 @@ a { margin: 0; padding: 0; list-style: none; - font-size: 0.3rem; + font-size: 0.4rem; } .mi-person--contact-option-name { @@ -198,6 +198,10 @@ a { margin-top: -1.6rem; } + .mi-person--contact-options { + font-size: 0.3rem; + } + .mi-footer--links { display: flex; flex-direction: row;