From c644f3b2f7b93cba2c903fa2a5e30ea80d86ef13 Mon Sep 17 00:00:00 2001 From: tpart Date: Fri, 22 Dec 2023 15:13:13 +0100 Subject: Hide node card props on small screens --- web/style/props.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'web') 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 -- cgit v1.2.3-70-g09d2