Skip to content

Commit c0d5fda

Browse files
committed
Correct CSS syntax, attempting to preserve intent.
1 parent f54b397 commit c0d5fda

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

theme/assets/css/main.css

+4-6
Original file line numberDiff line numberDiff line change
@@ -1677,6 +1677,10 @@ form input[type="text"], form input[type="email"], form input[type="password"],
16771677
margin-top: 1em;
16781678
}
16791679

1680+
#top2_bottom form input[type=text] {
1681+
margin-top: 0em;
1682+
}
1683+
16801684
.button,
16811685
button,
16821686
input[type=button],
@@ -1686,12 +1690,6 @@ form input[type="text"], form input[type="email"], form input[type="password"],
16861690
}
16871691
}
16881692

1689-
@media screen and (max-width: 1400px)
1690-
#top2_bottom form input[type=text] {
1691-
margin-top: 0em;
1692-
}
1693-
1694-
16951693
#top {
16961694
padding: 0px 0px !important;
16971695
}

0 commit comments

Comments
 (0)