From 640620288892afad7b84cc3b25d96bab10cdb5d6 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Mon, 1 Jul 2019 15:07:29 +0300 Subject: [PATCH] - client: fix version alignment --- client/src/components/Header/Header.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/Header/Header.css b/client/src/components/Header/Header.css index 759594ac..181045bf 100644 --- a/client/src/components/Header/Header.css +++ b/client/src/components/Header/Header.css @@ -91,6 +91,7 @@ .nav-version__text { display: flex; + align-items: center; justify-content: flex-end; }