diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-10-31 16:14:07 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-10-31 16:14:07 +0000 |
| commit | dc08e262cd53a48480a88235aa58500f0638ad79 (patch) | |
| tree | bdcec3956ed575b6566125e316044ab8632f1d93 /scss | |
| parent | small fixes: (diff) | |
| download | mmm-dc08e262cd53a48480a88235aa58500f0638ad79.tar.gz mmm-dc08e262cd53a48480a88235aa58500f0638ad79.zip | |
allow adding and removing of facets
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_browser.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/_browser.scss b/scss/_browser.scss index 1c5b5b2..47be262 100644 --- a/scss/_browser.scss +++ b/scss/_browser.scss @@ -72,6 +72,10 @@ > .inspect-btn { @include media-small() { display: none; } } + + .tight { + margin-left: 0; + } } .error-wrap { |
