Skip to content

Commit

Permalink
Fix the mobile navbar and some spacing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jan 23, 2025
1 parent 406bb6e commit 57d8fe6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions workbench/static/workbench/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ $h5-font-size: $font-size-base * 1.2;
$h6-font-size: $font-size-base;

$card-spacer-y: 0.5rem;
$card-spacer-x: 0.75rem;
$card-spacer-x: 0.5rem;

$list-group-item-padding-y: 0.5rem;
$list-group-item-padding-x: 0.75rem;
$list-group-item-padding-x: 0.5rem;

$font-family-sans-serif: system-ui;

Expand Down
4 changes: 2 additions & 2 deletions workbench/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<!-- Fixed navbar -->
<nav class="navbar navbar-expand-lg bg-dark sticky-top" data-bs-theme="dark">
<div class="container-fluid">
<a class="navbar-brand" href="/">{{ WORKBENCH.TITLE }}</a>

<button class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
Expand All @@ -15,8 +17,6 @@
</button>

<div class="collapse navbar-collapse" id="navbarSupportedContent">
<a class="navbar-brand" href="/">{{ WORKBENCH.TITLE }}</a>


<ul class="navbar-nav flex-grow-1">
<li class="nav-item">
Expand Down

0 comments on commit 57d8fe6

Please sign in to comment.