From 2be380bd16342ea03187fe00d47e5d4d810c40d0 Mon Sep 17 00:00:00 2001 From: Atli Bjarnason Date: Wed, 5 Jun 2024 23:43:04 +0000 Subject: [PATCH] test --- rit/_static/custom.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/rit/_static/custom.css b/rit/_static/custom.css index 3380546..41aa296 100644 --- a/rit/_static/custom.css +++ b/rit/_static/custom.css @@ -89,6 +89,18 @@ Kemur í veg fyrir að item í navbar-header-items__end noti tvær (eða fleiri) flex-flow: nowrap !important; } +/* +Setur texta í logo__title í sömu stærð og texti í navbar-nav +*/ .title.logo__title { font-size: 16px !important; +} + +/* +Setur padding +*/ +.sidebar-toggle.secondary-toggle, +.sidebar-toggle.primary-toggle { + padding-left: 6px; + padding-right: 6px; } \ No newline at end of file