Skip to content

Commit

Permalink
margin-bottum á neðsta sidebar-primary-item
Browse files Browse the repository at this point in the history
  • Loading branch information
abjarna committed Jun 10, 2024
1 parent 5dc40ae commit 014dcc9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rit/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ nav.bd-links {
border-bottom: 1px solid var(--pst-color-border);
}

/* Setja auka margin-bottum á neðsta sidebar-primary-item, svo það sjáist vel á mobile */
.sidebar-primary-item:last-child {
margin-bottom: 3em;
}

/* Slökkva á navbar-nav undir 960px, þar sem rubik-sidebar-nav-section-top.html kemur í staðinn */
@media (max-width: 960px) {
.bd-navbar-elements.navbar-nav {
Expand Down

0 comments on commit 014dcc9

Please sign in to comment.