From ea628a15eb72b6ff052d7d8c6f31970353e56813 Mon Sep 17 00:00:00 2001 From: thaaoblues Date: Fri, 13 Sep 2024 15:09:56 +0200 Subject: [PATCH] broke mobile only css :c --- css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index 9c3828e..949691b 100644 --- a/css/index.css +++ b/css/index.css @@ -1,4 +1,4 @@ -@media (max-width: 1000px){ +@media only screen and (orientation: portrait){ /* For mobile phones: */ .floating-action-btn{ width: auto;