Skip to content

Commit

Permalink
move styles into subfolder, right align page links
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Oct 31, 2023
1 parent 6876b26 commit 4e98887
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ format: dashboard

theme:
- cosmo
- custom.scss
- styles/custom.scss
- styles/quarto.scss

execute:
echo: false
Expand Down
2 changes: 1 addition & 1 deletion custom.scss → styles/custom.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-- scss:defaults --*/
$navbar-bg: #FFF !default;
// $navbar-bg: #FFF !default;

/*-- scss:rules --*/
.bg-vb-success {
Expand Down
10 changes: 10 additions & 0 deletions styles/quarto.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*-- scss:rules --*/
@include media-breakpoint-up(lg) {
#dashboard-collapse {
justify-content: flex-end;

.navbar-nav.me-auto {
margin-right: unset !important;
}
}
}

0 comments on commit 4e98887

Please sign in to comment.