diff options
Diffstat (limited to 'plugins/base/frontend/src/main/components/app/index.scss')
-rw-r--r-- | plugins/base/frontend/src/main/components/app/index.scss | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/base/frontend/src/main/components/app/index.scss b/plugins/base/frontend/src/main/components/app/index.scss index 97f91292..e78edf81 100644 --- a/plugins/base/frontend/src/main/components/app/index.scss +++ b/plugins/base/frontend/src/main/components/app/index.scss @@ -18,10 +18,9 @@ html, .search-content { z-index: 8; - background-color: #f4f4f4; } -@media screen and (max-width: 759px){ - .search-content { - } +@media screen and (max-width: 759px) { + .search-content { + } } |