Skip to content

Commit 76ea02d

Browse files
cameronoelsenjdfreder
authored andcommitted
No media tags - just percentage
Changed from using media tags to using a percentage in the height.
1 parent 04a8d82 commit 76ea02d

File tree

1 file changed

+2
-38
lines changed

1 file changed

+2
-38
lines changed

css/logo-nav.css

+2-38
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ animation-delay: 1.1s;
669669
border-style: solid;
670670
border-width: 1px;
671671
padding-left: 3px;
672-
height: 400px;
672+
height: 20%;
673673
}
674674
.donate-box img {
675675
padding-top: 25px;
@@ -695,44 +695,8 @@ animation-delay: 1.1s;
695695
padding-top: 25px;
696696
padding-right: 25px;
697697
}
698-
@media (max-width: 1200px) {
699-
.donate-box {
700-
height: 455px;
701-
}
702-
}
703698
@media (max-width: 991px) {
704699
.donate-box {
705-
height: 365px;
706-
margin-top: 15%;
707-
}
708-
}
709-
@media (max-width: 687px) {
710-
.donate-box {
711-
height: 400px;
712-
}
713-
}
714-
@media (max-width: 582px) {
715-
.donate-box {
716-
height: 415px;
717-
}
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;
700+
margin-top: 10%;
737701
}
738702
}

0 commit comments

Comments
 (0)