Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 65680ba

Browse files
committed
fixed max width
1 parent 0ec9c73 commit 65680ba

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/_pages/LandingPage/components/GiveItATriyView/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
}
5757
}
5858

59-
@media (max-height: 800px) {
59+
@media (max-height: 800px) and (max-width: 768px) {
6060
.Container {
6161
padding: 4em 0;
6262
}

src/_pages/LandingPage/components/HeaderView/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
}
121121
}
122122

123-
@media (max-height: 800px) {
123+
@media (max-height: 800px) and (max-width: 768px) {
124124
.Container {
125125
padding: 2rem 0 5rem 0;
126126
}

src/_pages/LandingPage/components/OtherFeaturesView/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
padding: 12rem 0;
99
}
1010

11-
@media (max-height: 800px) {
11+
@media (max-height: 800px) and (max-width: 768px) {
1212
.Container {
1313
padding: 4em 0;
1414
}

src/_pages/LandingPage/components/StartCodingView/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
}
6262
}
6363

64-
@media (max-height: 800px) {
64+
@media (max-height: 800px) and (max-width: 768px) {
6565
.Container {
6666
padding: 4em 0;
6767
}

src/_pages/LandingPage/components/StatsView/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
margin: 2em;
4444
}
4545

46-
@media (max-height: 800px) {
46+
@media (max-height: 800px) and (max-width: 768px) {
4747
.Container {
4848
padding: 4em 0;
4949
}

src/_pages/LandingPage/components/StraightforwardView/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
margin: 10px;
4747
}
4848

49-
@media (max-height: 800px) {
49+
@media (max-height: 800px) and (max-width: 768px) {
5050
.Container {
5151
padding: 4em 0;
5252
}

0 commit comments

Comments
 (0)