projects
/
ryf-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b51720
)
don't show categories list on /products for mobile
author
Andrew Engelbrecht
<andrew@fsf.org>
Tue, 16 Jul 2019 21:34:24 +0000
(17:34 -0400)
committer
Andrew Engelbrecht
<andrew@fsf.org>
Tue, 16 Jul 2019 21:34:24 +0000
(17:34 -0400)
css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/css/style.css
b/css/style.css
index fb7e5ecd3f5a6671155da147596934a5ead0659b..bf8782fc649b0779f4752f4605e239a6d6c8664d 100644
(file)
--- a/
css/style.css
+++ b/
css/style.css
@@
-177,6
+177,14
@@
a { transition: 0.3s; }
}
+/* Sidebars */
+
+
+@media screen and (max-width: 767px) {
+ .path-products #block-views-block-categories-categories-block { display: none; }
+}
+
+
/* Footer */
.footer {