Skip to content

Commit

Permalink
Updated L/R padding of top nav to match upcoming user dash change
Browse files Browse the repository at this point in the history
  • Loading branch information
terranosaurus committed Sep 28, 2023
1 parent e2f5e91 commit 5f29ac8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ body {
padding-left: 5px;
}

.navbar,
.navbar__fixed-top {
padding-left: 24px;
padding-right: 24px;
}

/* Nav-bar styles*/
.header-routes {
color: #1c1533;
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2813,9 +2813,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001426:
version "1.0.30001429"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001429.tgz#70cdae959096756a85713b36dd9cb82e62325639"
integrity sha512-511ThLu1hF+5RRRt0zYCf2U2yRr9GPF6m5y90SBCWsvSoYoW7yAGlv/elyPaNfvGCkp6kj/KFZWU0BMA69Prsg==
version "1.0.30001541"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001541.tgz"
integrity sha512-bLOsqxDgTqUBkzxbNlSBt8annkDpQB9NdzdTbO2ooJ+eC/IQcvDspDc058g84ejCelF7vHUx57KIOjEecOHXaw==

ccount@^1.0.0:
version "1.1.0"
Expand Down

0 comments on commit 5f29ac8

Please sign in to comment.