Skip to content

Commit

Permalink
a few more adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyHenry15 committed Oct 10, 2024
1 parent 132e138 commit a5798fd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions _extensions/posit-docs/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ body {

.navbar-title {
font-family: $font-family-sans-serif;
font-size: 24px;
font-size: 28px;
font-weight: 500;
}

Expand All @@ -110,12 +110,13 @@ body {

/* nav - fake navigation tabs*/
.navbar>.container-fluid {
margin-top: -60px !important;
margin-top: -50px !important;
}

/* dropdown icon - pushed over to the right to nest under the search icon */
.navbar .navbar-collapse {
padding-top: 150px !important;
margin-left: -550px !important;
padding-top: 120px !important;
margin-left: -635px !important;
margin-right: -70px !important;
}

Expand Down

0 comments on commit a5798fd

Please sign in to comment.