diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-10-22 01:52:05 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-22 00:52:05 +0300 |
| commit | b1fd0cdeff287e4cf0ec180ff9fee804cb2c8b8d (patch) | |
| tree | bd3a114b2ad3e3b69d86940b1c787a0ace4c89d2 /frontend/src/css/Rules.css | |
| parent | feat/backend: add newrelic integration (#274) (diff) | |
| download | lphub-b1fd0cdeff287e4cf0ec180ff9fee804cb2c8b8d.tar.gz lphub-b1fd0cdeff287e4cf0ec180ff9fee804cb2c8b8d.tar.bz2 lphub-b1fd0cdeff287e4cf0ec180ff9fee804cb2c8b8d.zip | |
feat/frontend: add general mobile support (#275)
Diffstat (limited to 'frontend/src/css/Rules.css')
| -rw-r--r-- | frontend/src/css/Rules.css | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ | |||
| 1 | main { | 1 | main { |
| 2 | font-size: 24px; | 2 | font-size: 24px; |
| 3 | } | ||
| 4 | |||
| 5 | @media screen and (max-width: 768px) { | ||
| 6 | main { | ||
| 7 | font-size: 18px; | ||
| 8 | } | ||
| 3 | } \ No newline at end of file | 9 | } \ No newline at end of file |