Skip to content

Commit

Permalink
Update CSS styles
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomollet committed Oct 11, 2021
1 parent eeb99f0 commit b4d2bed
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Update CSS styles

### 0.8.3: October 11th, 2021
* Update dependencies

Expand Down
19 changes: 10 additions & 9 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9277,7 +9277,8 @@ body.template-fullwidthnotitle #content .page-header, body.template-fullwidthnot
display: block;
width: 100%;
}
.gform_wrapper .gfield .bootstrap-select, .gform_wrapper .gfield .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
.gform_wrapper .gfield .bootstrap-select,
.gform_wrapper .gfield .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
display: block;
width: 100% !important;
}
Expand Down Expand Up @@ -9660,7 +9661,7 @@ img.lazyloaded {
clear: both;
}

.gallery-columns-4 li {
.gallery-columns-4 li, .gallery-columns-4 .gallery-item {
position: relative;
float: left;
width: 50%;
Expand All @@ -9673,13 +9674,13 @@ img.lazyloaded {
padding-right: 15px;
}
@media (min-width: 768px) {
.gallery-columns-4 li {
.gallery-columns-4 li, .gallery-columns-4 .gallery-item {
float: left;
width: 25%;
}
}

.gallery-columns-3 li {
.gallery-columns-3 li, .gallery-columns-3 .gallery-item {
position: relative;
float: left;
width: 50%;
Expand All @@ -9692,13 +9693,13 @@ img.lazyloaded {
padding-right: 15px;
}
@media (min-width: 768px) {
.gallery-columns-3 li {
.gallery-columns-3 li, .gallery-columns-3 .gallery-item {
float: left;
width: 33.33333%;
}
}

.gallery-columns-6 li {
.gallery-columns-6 li, .gallery-columns-6 .gallery-item {
position: relative;
float: left;
width: 33.33333%;
Expand All @@ -9711,13 +9712,13 @@ img.lazyloaded {
padding-right: 15px;
}
@media (min-width: 768px) {
.gallery-columns-6 li {
.gallery-columns-6 li, .gallery-columns-6 .gallery-item {
float: left;
width: 16.66667%;
}
}

.gallery-columns-2 li {
.gallery-columns-2 li, .gallery-columns-2 .gallery-item {
position: relative;
float: left;
width: 100%;
Expand All @@ -9730,7 +9731,7 @@ img.lazyloaded {
padding-right: 15px;
}
@media (min-width: 768px) {
.gallery-columns-2 li {
.gallery-columns-2 li, .gallery-columns-2 .gallery-item {
float: left;
width: 50%;
}
Expand Down
2 changes: 1 addition & 1 deletion css/styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/styles.min.css

Large diffs are not rendered by default.

0 comments on commit b4d2bed

Please sign in to comment.