mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 08:45:06 -04:00
style: .grid
This commit is contained in:
parent
d291480c7d
commit
7b29b2470f
3 changed files with 1 additions and 3 deletions
|
@ -793,7 +793,6 @@ section {
|
|||
grid-row-gap: var(--pico-grid-row-gap);
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
margin: 0;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.grid {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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