style: fixes formatting issues in main.css (#1532)

This commit is contained in:
Tushar Sharma 2019-05-31 00:24:14 +05:30 committed by Yangshun Tay
parent 9514593d5f
commit 0c8bf0fc5e

View file

@ -725,7 +725,7 @@ blockquote {
position: fixed;
width: 100%;
z-index: 9999;
transform: translate3d(0,0,0);
transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 1024px) {
@ -1743,7 +1743,9 @@ input::placeholder {
width: 100%;
}
.line1, .line2, .line3 {
.line1,
.line2,
.line3 {
width: 100%;
height: 3px;
background-color: #393939;
@ -2378,7 +2380,6 @@ input::placeholder {
}
/* End of Footer */
.tabs {
border-top: 1px solid #cfcfcf;
}