aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/landing/sections/Hero.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/landing/sections/Hero.module.css')
-rw-r--r--src/components/landing/sections/Hero.module.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/components/landing/sections/Hero.module.css b/src/components/landing/sections/Hero.module.css
index 67e7d54..0d0e16e 100644
--- a/src/components/landing/sections/Hero.module.css
+++ b/src/components/landing/sections/Hero.module.css
@@ -11,7 +11,7 @@
11 --ifm-link-hover-color: var(--ifm-link-color); 11 --ifm-link-hover-color: var(--ifm-link-color);
12} 12}
13 13
14@media (max-width: 996px) { 14@media (max-width: 576px) {
15 .hero { 15 .hero {
16 padding-top: 2rem; 16 padding-top: 2rem;
17 padding-bottom: 0; 17 padding-bottom: 0;
@@ -65,11 +65,17 @@
65 font-family: var(--ifm-heading-font-family); 65 font-family: var(--ifm-heading-font-family);
66 font-weight: var(--ifm-heading-font-weight); 66 font-weight: var(--ifm-heading-font-weight);
67 --casl: 1; 67 --casl: 1;
68 font-size: 2.5rem; 68 font-size: 3rem;
69 letter-spacing: var(--marussy-heading-tracking); 69 letter-spacing: var(--marussy-heading-tracking);
70 white-space: pre; 70 white-space: pre;
71} 71}
72 72
73@media (max-width: 576px) {
74 .introduction__name {
75 font-size: 2.5rem;
76 }
77}
78
73.cta { 79.cta {
74 display: flex; 80 display: flex;
75 flex-direction: row; 81 flex-direction: row;