diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/style/props.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/style/props.css b/web/style/props.css index c9c194a..415503a 100644 --- a/web/style/props.css +++ b/web/style/props.css @@ -37,3 +37,9 @@ .props p.rating::before { content: "stars"; } + +@media (max-width: 500px) { + .props { + display: none; + } +}
\ No newline at end of file |