Remove redundant code

This commit is contained in:
Matthew Grove
2019-03-06 07:29:18 +00:00
parent 58826e3607
commit 8912ff8f82
7 changed files with 2 additions and 11 deletions

View File

@@ -16,7 +16,7 @@
.main-content .mdc-card {
float: left;
clear: left;
width: 49%;
width: calc(50% - 6px);
}
.main-content .mdc-card:nth-of-type(even) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long