change default card size

pull/1/head
Chris Veilleux 2019-03-01 22:00:56 -06:00
parent b962f9348d
commit c02b00dd74
1 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,11 @@
@import "mycroft-colors";
@mixin section-card {
margin-top: 32px;
margin-bottom: 32px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
min-width: 260px;
max-width: 800px;
min-width: 320px;
mat-toolbar {
background-color: mat-color($mycroft-primary, 50);