aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/css/About.css
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2025-10-26 13:29:53 +0400
committerGitHub <noreply@github.com>2025-10-26 12:29:53 +0300
commitd2470b157f84844539c34adfaf77548069f47bd0 (patch)
treeb537237557666d0a18155be1fa5436a04455cdc7 /frontend/src/css/About.css
parentfeat/frontend: center hamburger close button (#284) (diff)
downloadlphub-d2470b157f84844539c34adfaf77548069f47bd0.tar.gz
lphub-d2470b157f84844539c34adfaf77548069f47bd0.tar.bz2
lphub-d2470b157f84844539c34adfaf77548069f47bd0.zip
feat/frontend: tablet breakpoints (#285)
Diffstat (limited to 'frontend/src/css/About.css')
-rw-r--r--frontend/src/css/About.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/frontend/src/css/About.css b/frontend/src/css/About.css
index c29e0bc..07454ca 100644
--- a/frontend/src/css/About.css
+++ b/frontend/src/css/About.css
@@ -23,6 +23,23 @@ h2 {
23 font-size: 60px; 23 font-size: 60px;
24} 24}
25 25
26@media screen and (min-width: 769px) and (max-width: 1024px) {
27 #about {
28 width: calc(100% - 340px);
29 left: 310px;
30 padding-right: 25px;
31 font-size: 22px;
32 }
33
34 h1 {
35 font-size: 68px;
36 }
37
38 h2 {
39 font-size: 52px;
40 }
41}
42
26@media screen and (max-width: 768px) { 43@media screen and (max-width: 768px) {
27 #about { 44 #about {
28 width: 100%; 45 width: 100%;