Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
abjarna committed Jun 5, 2024
1 parent d104314 commit 2be380b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions rit/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 2be380b

Please sign in to comment.