Add narrow columns, Push 0.0.21

This commit is contained in:
Jeremy Thomas
2016-04-16 13:39:40 +01:00
parent b4125bb6b3
commit fba231a991
9 changed files with 46 additions and 6 deletions

25
css/bulma.css vendored
View File

@@ -2652,6 +2652,13 @@ table th {
padding: 10px;
}
.columns.is-mobile > .column.is-narrow {
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
}
.columns.is-mobile > .column.is-full {
-webkit-box-flex: 0;
-webkit-flex: none;
@@ -2865,6 +2872,12 @@ table th {
}
@media screen and (max-width: 768px) {
.column.is-narrow-mobile {
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
}
.column.is-full-mobile {
-webkit-box-flex: 0;
-webkit-flex: none;
@@ -3045,6 +3058,12 @@ table th {
}
@media screen and (min-width: 769px) {
.column.is-narrow, .column.is-narrow-tablet {
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
}
.column.is-full, .column.is-full-tablet {
-webkit-box-flex: 0;
-webkit-flex: none;
@@ -3225,6 +3244,12 @@ table th {
}
@media screen and (min-width: 980px) {
.column.is-narrow-desktop {
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
}
.column.is-full-desktop {
-webkit-box-flex: 0;
-webkit-flex: none;

File diff suppressed because one or more lines are too long

2
css/bulma.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long