chore: spacing + formatting
This commit is contained in:
parent
2b59bf9d24
commit
d48ec86f28
9 changed files with 95 additions and 94 deletions
|
@ -27,4 +27,4 @@
|
|||
.badge-grid {
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
:root {
|
||||
--grid-square: repeat(2,minmax(0,1fr));
|
||||
--grid-vertical: repeat(3,minmax(0,1fr));
|
||||
--grid-square: repeat(2, minmax(0, 1fr));
|
||||
--grid-vertical: repeat(3, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.media-grid {
|
||||
|
@ -98,7 +98,7 @@
|
|||
|
||||
@media screen and (min-width: 768px) {
|
||||
:root {
|
||||
--grid-square: repeat(4,minmax(0,1fr));
|
||||
--grid-vertical: repeat(6,minmax(0,1fr));
|
||||
--grid-square: repeat(4, minmax(0, 1fr));
|
||||
--grid-vertical: repeat(6, minmax(0, 1fr));
|
||||
}
|
||||
}
|
Reference in a new issue