From 8f75738f55ea8b8880c1cbcc922dbf70ffd5f392 Mon Sep 17 00:00:00 2001 From: Biraj Pantha <100142251+bp289@users.noreply.github.com> Date: Mon, 7 Aug 2023 16:46:25 +0100 Subject: [PATCH] tablet height no doodles (#133) --- assets/style/pages/home.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/style/pages/home.css b/assets/style/pages/home.css index 553578a68..daa36a407 100644 --- a/assets/style/pages/home.css +++ b/assets/style/pages/home.css @@ -715,3 +715,10 @@ hr { transform: none; } } + +@media(max-device-width: 1250px), (width <= 1250px) { + .left-doodle, .right-doodle { + display: none; + } + +} \ No newline at end of file