Skip to content

Commit 9fe625a

Browse files
committed
fix: revert #460
1 parent 5bc3b2f commit 9fe625a

File tree

81 files changed

+40
-454
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+40
-454
lines changed

css/pico.amber.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -708,16 +708,6 @@ section {
708708
display: grid;
709709
grid-template-columns: 1fr;
710710
}
711-
@media (max-width: calc(768px - 1px)) {
712-
.grid input:not([type=checkbox], [type=radio]),
713-
.grid select,
714-
.grid textarea,
715-
.grid fieldset,
716-
.grid fieldset legend,
717-
.grid label {
718-
margin-bottom: 0;
719-
}
720-
}
721711
@media (min-width: 768px) {
722712
.grid {
723713
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));

css/pico.amber.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.blue.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -708,16 +708,6 @@ section {
708708
display: grid;
709709
grid-template-columns: 1fr;
710710
}
711-
@media (max-width: calc(768px - 1px)) {
712-
.grid input:not([type=checkbox], [type=radio]),
713-
.grid select,
714-
.grid textarea,
715-
.grid fieldset,
716-
.grid fieldset legend,
717-
.grid label {
718-
margin-bottom: 0;
719-
}
720-
}
721711
@media (min-width: 768px) {
722712
.grid {
723713
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));

css/pico.blue.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.conditional.amber.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -708,16 +708,6 @@ main {
708708
display: grid;
709709
grid-template-columns: 1fr;
710710
}
711-
@media (max-width: calc(768px - 1px)) {
712-
.grid input:not([type=checkbox], [type=radio]),
713-
.grid select,
714-
.grid textarea,
715-
.grid fieldset,
716-
.grid fieldset legend,
717-
.grid label {
718-
margin-bottom: 0;
719-
}
720-
}
721711
@media (min-width: 768px) {
722712
.grid {
723713
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));

css/pico.conditional.amber.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.conditional.blue.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -708,16 +708,6 @@ main {
708708
display: grid;
709709
grid-template-columns: 1fr;
710710
}
711-
@media (max-width: calc(768px - 1px)) {
712-
.grid input:not([type=checkbox], [type=radio]),
713-
.grid select,
714-
.grid textarea,
715-
.grid fieldset,
716-
.grid fieldset legend,
717-
.grid label {
718-
margin-bottom: 0;
719-
}
720-
}
721711
@media (min-width: 768px) {
722712
.grid {
723713
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));

css/pico.conditional.blue.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.conditional.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -708,16 +708,6 @@ main {
708708
display: grid;
709709
grid-template-columns: 1fr;
710710
}
711-
@media (max-width: calc(768px - 1px)) {
712-
.grid input:not([type=checkbox], [type=radio]),
713-
.grid select,
714-
.grid textarea,
715-
.grid fieldset,
716-
.grid fieldset legend,
717-
.grid label {
718-
margin-bottom: 0;
719-
}
720-
}
721711
@media (min-width: 768px) {
722712
.grid {
723713
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));

css/pico.conditional.cyan.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -708,16 +708,6 @@ main {
708708
display: grid;
709709
grid-template-columns: 1fr;
710710
}
711-
@media (max-width: calc(768px - 1px)) {
712-
.grid input:not([type=checkbox], [type=radio]),
713-
.grid select,
714-
.grid textarea,
715-
.grid fieldset,
716-
.grid fieldset legend,
717-
.grid label {
718-
margin-bottom: 0;
719-
}
720-
}
721711
@media (min-width: 768px) {
722712
.grid {
723713
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));

0 commit comments

Comments
 (0)