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