Skip to content

Commit 04a8d82

Browse files
cameronoelsenjdfreder
authored andcommitted
Scaling on Donate Page
1 parent f4be6dc commit 04a8d82

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

css/logo-nav.css

+20
Original file line numberDiff line numberDiff line change
@@ -715,4 +715,24 @@ animation-delay: 1.1s;
715715
.donate-box {
716716
height: 415px;
717717
}
718+
}
719+
@media (max-width: 521px) {
720+
.donate-box {
721+
height: 440px;
722+
}
723+
}
724+
@media (max-width: 440px) {
725+
.donate-box {
726+
height: 475px;
727+
}
728+
}
729+
@media (max-width: 428px) {
730+
.donate-box {
731+
height: 480px;
732+
}
733+
}
734+
@media (max-width: 427px) {
735+
.donate-box {
736+
height: 500px;
737+
}
718738
}

0 commit comments

Comments
 (0)