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