Skip to content

Commit 99ac5b7

Browse files
committed
remove empty css rules for banner padding
1 parent b4b5622 commit 99ac5b7

File tree

1 file changed

+3
-31
lines changed

1 file changed

+3
-31
lines changed

assets/css/main.css

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4479,42 +4479,14 @@ input, select, textarea {
44794479
opacity: 0.8;
44804480
}
44814481

4482-
@media screen and (max-width: 1680px) {
4483-
4484-
.banner.style4 {
4485-
/* padding-bottom: 3rem; */
4486-
/* padding-bottom: 1.5rem; */
4487-
}
4488-
4489-
4490-
4491-
}
4492-
4493-
4494-
@media screen and (max-width: 980px) {
4495-
4496-
.banner.style4 {
4497-
/* padding-bottom: 3rem ; */
4498-
/* padding-bottom: 1.5rem ; */
4499-
}
4500-
4501-
4502-
}
45034482

45044483
@media screen and (max-width: 736px) {
45054484

4506-
.banner.style4 {
4507-
/* padding-bottom: 3rem ; */
4508-
/* padding-bottom: 1.5rem ; */
4485+
.banner.style4 .logo {
4486+
font-size: 1.75rem;
4487+
border-width: 3px !important;
45094488
}
45104489

4511-
4512-
4513-
.banner.style4 .logo {
4514-
font-size: 1.75rem;
4515-
border-width: 3px !important;
4516-
}
4517-
45184490
}
45194491

45204492
.banner.style4.fullscreen {

0 commit comments

Comments
 (0)