Skip to content

Commit 4b50359

Browse files
committed
Fix breakpoint
1 parent a22f83b commit 4b50359

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/landing/AboveFold.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@
7575
font-size: 0.9rem !important;
7676
}
7777

78-
@media only screen and (min-width: 941px) and (max-height: 770px) {
78+
@media only screen and (min-width: 981px) and (max-height: 770px) {
7979
.AboveFold-main {
8080
margin-top: 15vh;
8181
}
8282
}
8383

84-
@media only screen and (min-width: 941px) and (max-height: 500px) {
84+
@media only screen and (min-width: 981px) and (max-height: 500px) {
8585
.AboveFold-main-container > .LogoName {
8686
top: 10px;
8787
}
@@ -91,7 +91,7 @@
9191
}
9292
}
9393

94-
@media only screen and (max-width: 940px) {
94+
@media only screen and (max-width: 980px) {
9595
.AboveFold {
9696
height: auto;
9797
min-height: 100vh;

src/components/landing/Package.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818

1919
.Package.pro {
20-
min-height: 1050px;
20+
min-height: 1080px;
2121
}
2222

2323
.Package-recommendation {

0 commit comments

Comments
 (0)