change default card size
parent
b962f9348d
commit
c02b00dd74
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue