1
0
mirror of https://github.com/bitwarden/help synced 2025-12-15 15:53:53 +00:00

removing article from slug and updating width and footer (#139)

* removing article from slug and updating width and footer

* ruby plugin for redirects

* removing help article slug

* help article clean up

* relative url
This commit is contained in:
David Choi
2020-08-04 13:24:37 -05:00
committed by GitHub
parent 59e55a5817
commit 5c13c65b73
8 changed files with 203 additions and 84 deletions

View File

@@ -54,13 +54,8 @@ $navbar-inverse-toggle-border-color: darken($brand-primary, 5%);
//== Container sizes
$grid-gutter-width: 30px !default;
// Large screen / wide desktop
$container-large-desktop: (940px + $grid-gutter-width) !default;
//** For `$screen-lg-min` and up.
$container-lg: $container-large-desktop !default;
// Screen sizes
$screen-xxs: 375px;
$screen-xxs-min: 375px;
$screen-xxs-max: ($screen-xxs-min - 1);