From 3b2ea91e853bf20588d106f22ce5281115ff1d79 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Mon, 3 Apr 2023 01:54:14 +0200 Subject: [PATCH] fix: math styling --- client/styles/main.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/client/styles/main.scss b/client/styles/main.scss index a417236..459c357 100644 --- a/client/styles/main.scss +++ b/client/styles/main.scss @@ -234,15 +234,9 @@ hr { border-bottom: 2px dotted #555; } -.math { - max-width: 100%; - overflow-x: auto; -} - @media screen and (min-width: $device-m-width) { .math { max-width: 100%; - overflow-x: auto; } }