CSS fixes.

This commit is contained in:
Mike Cao 2020-08-02 00:51:26 -07:00
parent cb7f267212
commit c5599f1e20
3 changed files with 25 additions and 3 deletions

View file

@ -19,3 +19,15 @@
.row > [class*='col-']:last-child {
padding-right: 0;
}
@media only screen and (max-width: 1000px) {
.row {
border: 0;
}
.row > [class*='col-'] {
border-top: 1px solid #e1e1e1;
border-left: 0;
padding: 0;
}
}