From 2bebacf28538c233403ee9029b8d8df8f1027913 Mon Sep 17 00:00:00 2001 From: Livia Date: Tue, 8 Apr 2025 15:46:00 +0200 Subject: [PATCH] weg mit dem phablet css --- static/style/mobile.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/static/style/mobile.css b/static/style/mobile.css index fc12882..04d1f98 100644 --- a/static/style/mobile.css +++ b/static/style/mobile.css @@ -18,12 +18,7 @@ } -/* phablet */ -@media all and (min-width:481px) and (max-width: 568px) { - -} - /* mobile phone */ -@media all and (min-width:321px) and (max-width: 480px) { - +@media all and (min-width:321px) and (max-width: 568px) { + } \ No newline at end of file