diff options
Diffstat (limited to 'frontend/src/css/About.css')
| -rw-r--r-- | frontend/src/css/About.css | 17 |
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%; |