diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-10-26 13:29:53 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-26 12:29:53 +0300 |
| commit | d2470b157f84844539c34adfaf77548069f47bd0 (patch) | |
| tree | b537237557666d0a18155be1fa5436a04455cdc7 /frontend/src/css/Rules.css | |
| parent | feat/frontend: center hamburger close button (#284) (diff) | |
| download | lphub-d2470b157f84844539c34adfaf77548069f47bd0.tar.gz lphub-d2470b157f84844539c34adfaf77548069f47bd0.tar.bz2 lphub-d2470b157f84844539c34adfaf77548069f47bd0.zip | |
feat/frontend: tablet breakpoints (#285)
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 b7807cf..b066f02 100644 --- a/frontend/src/css/Rules.css +++ b/frontend/src/css/Rules.css | |||
| @@ -2,6 +2,12 @@ main { | |||
| 2 | font-size: 24px; | 2 | font-size: 24px; |
| 3 | } | 3 | } |
| 4 | 4 | ||
| 5 | @media screen and (min-width: 769px) and (max-width: 1024px) { | ||
| 6 | main { | ||
| 7 | font-size: 22px; | ||
| 8 | } | ||
| 9 | } | ||
| 10 | |||
| 5 | @media screen and (max-width: 768px) { | 11 | @media screen and (max-width: 768px) { |
| 6 | main { | 12 | main { |
| 7 | font-size: 18px; | 13 | font-size: 18px; |