From b1fd0cdeff287e4cf0ec180ff9fee804cb2c8b8d Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Wed, 22 Oct 2025 01:52:05 +0400 Subject: feat/frontend: add general mobile support (#275) --- frontend/src/css/Rules.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'frontend/src/css/Rules.css') diff --git a/frontend/src/css/Rules.css b/frontend/src/css/Rules.css index bbc84c0..b7807cf 100644 --- a/frontend/src/css/Rules.css +++ b/frontend/src/css/Rules.css @@ -1,3 +1,9 @@ main { font-size: 24px; +} + +@media screen and (max-width: 768px) { + main { + font-size: 18px; + } } \ No newline at end of file -- cgit v1.2.3