Skip to content

Commit

Permalink
Improve title alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonstyle committed Nov 15, 2023
1 parent f8d64ea commit 77d67a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/resources/formats/dashboard/quarto-dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@ $valuebox-colors: (
.navbar {
padding: 0;

.navbar-container {
padding-left: 1em;
}

&.slim {
.navbar-brand-container,
.navbar-nav {
Expand Down Expand Up @@ -306,7 +310,7 @@ $valuebox-colors: (
}

.navbar-brand-container {
padding: 0.5em;
padding: 0.5em 0.5em 0.5em 0;
display: flex;
flex-direction: row;
margin-right: 2em;
Expand Down

0 comments on commit 77d67a9

Please sign in to comment.