- commit
- 7d79794add65ee99e8a835186b4cdef4bab7b9b4
- parent
- 8c10409197050deda471b22d2b96a9de26d6f57f
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2021-07-15 06:32
add hidden styling the default styling of hidden does not have the !important flag
Diffstat
| M | sass/base.scss | 4 | ++++ |
1 files changed, 4 insertions, 0 deletions
diff --git a/sass/base.scss b/sass/base.scss
@@ -4,6 +4,10 @@ 4 4 box-sizing: border-box; 5 5 } 6 6 -1 7 [hidden] { -1 8 display: none !important; -1 9 } -1 10 7 11 img, 8 12 video { 9 13 max-width: 100%;