Change margin of material design card content

This commit is contained in:
Matthew Grove
2018-11-21 18:56:49 +00:00
parent eb47773cb5
commit ddef25f357

View File

@@ -2,7 +2,7 @@
margin: 2px 2px 10px 2px;
}
.mdc-card-content {
margin: 5px;
margin: 5px 15px 5px 15px;
}
.mdc-card .mdc-typography--headline6, .mdc-card .mdc-typography--subtitle2 {