This commit is contained in:
Jeremy Thomas
2020-10-31 18:55:52 +00:00
parent 8f7c1a3858
commit 9787f3037e
3 changed files with 15 additions and 0 deletions

View File

@@ -6941,6 +6941,7 @@ label.panel-block:hover {
.columns.is-mobile > .column.is-narrow {
flex: none;
width: unset;
}
.columns.is-mobile > .column.is-full {
@@ -7149,6 +7150,7 @@ label.panel-block:hover {
@media screen and (max-width: 768px) {
.column.is-narrow-mobile {
flex: none;
width: unset;
}
.column.is-full-mobile {
flex: none;
@@ -7313,6 +7315,7 @@ label.panel-block:hover {
@media screen and (min-width: 769px), print {
.column.is-narrow, .column.is-narrow-tablet {
flex: none;
width: unset;
}
.column.is-full, .column.is-full-tablet {
flex: none;
@@ -7477,6 +7480,7 @@ label.panel-block:hover {
@media screen and (max-width: 1023px) {
.column.is-narrow-touch {
flex: none;
width: unset;
}
.column.is-full-touch {
flex: none;
@@ -7641,6 +7645,7 @@ label.panel-block:hover {
@media screen and (min-width: 1024px) {
.column.is-narrow-desktop {
flex: none;
width: unset;
}
.column.is-full-desktop {
flex: none;
@@ -7805,6 +7810,7 @@ label.panel-block:hover {
@media screen and (min-width: 1216px) {
.column.is-narrow-widescreen {
flex: none;
width: unset;
}
.column.is-full-widescreen {
flex: none;
@@ -7969,6 +7975,7 @@ label.panel-block:hover {
@media screen and (min-width: 1408px) {
.column.is-narrow-fullhd {
flex: none;
width: unset;
}
.column.is-full-fullhd {
flex: none;