From bb562fef63ef784fb52f2fff2f810ce337740b1e Mon Sep 17 00:00:00 2001 From: Vadim Peretokin Date: Wed, 10 Jan 2024 11:05:28 +0100 Subject: [PATCH] Align menu on the right --- israel-moh-template/content/assets/css/rtl-fixes.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/israel-moh-template/content/assets/css/rtl-fixes.css b/israel-moh-template/content/assets/css/rtl-fixes.css index 3972475..b245d48 100644 --- a/israel-moh-template/content/assets/css/rtl-fixes.css +++ b/israel-moh-template/content/assets/css/rtl-fixes.css @@ -11,3 +11,8 @@ h2#artifacts-summary + div.markdown-toc { div.markdown-toc { float: left; } + +.navbar { + direction: rtl; + display: flex; +}