📏 Reduced auto-grid to 8rem isntead of 32rem lolwtf

This commit is contained in:
tatianamac 2019-10-19 15:45:07 -04:00
parent affb01eefe
commit 3e3e9532b7

View File

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