diff options
author | Valentin Popov <info@valentineus.link> | 2019-09-03 01:15:06 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-09-03 01:15:06 +0300 |
commit | f8d7ad4c4884d09a21965b28ee38c82870112a65 (patch) | |
tree | 10c0a44eac67b47add7294d96ffbf45bff094c82 /_scss/components | |
parent | 06fcc9244c47e5afbfa9967dc378788ac4bde24b (diff) | |
download | popov.link-f8d7ad4c4884d09a21965b28ee38c82870112a65.tar.xz popov.link-f8d7ad4c4884d09a21965b28ee38c82870112a65.zip |
Hidden sidebar
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_scss/components')
-rw-r--r-- | _scss/components/_core.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_scss/components/_core.scss b/_scss/components/_core.scss index 06e97cf..f3a28f1 100644 --- a/_scss/components/_core.scss +++ b/_scss/components/_core.scss @@ -43,6 +43,7 @@ body { .sidebar { border: 0; + display: none; flex: 100%; padding-left: 0; } |