mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 02:36:15 -04:00
fix: revert #460
This commit is contained in:
parent
5bc3b2f8bf
commit
9fe625a78a
81 changed files with 40 additions and 454 deletions
|
@ -708,16 +708,6 @@ main {
|
|||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
@media (max-width: calc(768px - 1px)) {
|
||||
.grid input:not([type=checkbox], [type=radio]),
|
||||
.grid select,
|
||||
.grid textarea,
|
||||
.grid fieldset,
|
||||
.grid fieldset legend,
|
||||
.grid label {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.grid {
|
||||
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue