📏 Changed auto-grid size min

This commit is contained in:
tatianamac
2019-10-19 15:53:40 -04:00
parent acbe308b27
commit 256f1399f4
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
@charset "UTF-8";
@import url("https://use.typekit.net/qlo3dpu.css");
:root {
--auto-grid-min-size: 8rem;
--auto-grid-min-size: 16rem;
}
body {

View File

@ -4,7 +4,7 @@
// COLORS //
:root {
--auto-grid-min-size: 8rem;
--auto-grid-min-size: 16rem;
}
$primary-color: #0e4bff; //cobalt blue is so pretty//