From d4bfe2fd1d00e99ee330d1564dabd6763d5f0280 Mon Sep 17 00:00:00 2001 From: Nikol Ruseva Date: Wed, 13 Jul 2022 11:41:35 +0300 Subject: [PATCH] Update website.css --- styles/website.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/styles/website.css b/styles/website.css index 2a8efa8..e011770 100644 --- a/styles/website.css +++ b/styles/website.css @@ -147,5 +147,7 @@ span.run-code-loading { .topnav a { padding-left: 0em; padding-bottom: 0.3em; - display: inline-block; + display: flex; + align-items: center; + margin-left: auto; }