Skip to content

Commit

Permalink
adjustments to fake "navigation tabs"
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyHenry15 committed Oct 10, 2024
1 parent 0072b16 commit 132e138
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions _extensions/posit-docs/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,23 +85,20 @@ body {

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

/* Style for the version included in the website title */
.navbar-title small {
font-size: 14px;
font-size: 20px;
display: block;
padding-left: 1em;
}

.nav-link {
font-family: $font-family-monospace;
text-transform: uppercase;
letter-spacing: 0.03em;
font-size: 14px !important;
font-weight: 500 !important;
font-size: 20px !important;
color: $posit-gray !important;
}

Expand All @@ -111,6 +108,17 @@ body {
font-weight: 700 !important;
}

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

.navbar .navbar-collapse {
padding-top: 150px !important;
margin-left: -550px !important;
margin-right: -70px !important;
}

/* Footer */

.nav-footer {
Expand Down
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project:
- "!changelog.md"

website:
title: 'Posit Product Documentation <small>Version {{< env PRODUCT_VERSION >}}</small>'
title: 'Posit Product Documentation - Version {{< env PRODUCT_VERSION >}}'
page-navigation: true
navbar:
left:
Expand Down

0 comments on commit 132e138

Please sign in to comment.