mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 10:46:14 -04:00
style: .grid
This commit is contained in:
parent
d291480c7d
commit
7b29b2470f
3 changed files with 1 additions and 3 deletions
|
@ -12,7 +12,6 @@
|
|||
grid-row-gap: var(#{$css-var-prefix}grid-row-gap);
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
margin: 0;
|
||||
|
||||
@if map.get($breakpoints, "md") {
|
||||
@media (min-width: map.get(map.get($breakpoints, "md"), "breakpoint")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue