From 8d58d91da1ebdbd6f617e3360746ac67c35d4be8 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 30 May 2023 18:59:58 +0200 Subject: [PATCH] Updated the Header styles.sass --- client/src/common/components/Header/styles.sass | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/client/src/common/components/Header/styles.sass b/client/src/common/components/Header/styles.sass index aced7ee..419015f 100644 --- a/client/src/common/components/Header/styles.sass +++ b/client/src/common/components/Header/styles.sass @@ -16,4 +16,9 @@ svg font-size: 24pt color: $white - cursor: pointer \ No newline at end of file + cursor: pointer + +.header-left + display: flex + align-items: center + gap: 0.8rem \ No newline at end of file