From b7ecc03f9cc8ca3f84331120190570591fb4bd79 Mon Sep 17 00:00:00 2001 From: dakur Date: Sun, 19 Jan 2025 19:00:00 +0100 Subject: [PATCH] fix --- frontend/src/styles/pages.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/pages.scss b/frontend/src/styles/pages.scss index 7d15d86..da326c2 100644 --- a/frontend/src/styles/pages.scss +++ b/frontend/src/styles/pages.scss @@ -136,7 +136,7 @@ } .contacts__otherLink { - display: flex; + display: inline-flex; align-items: center; gap: 0.25rlh; }