Skip to content

Commit

Permalink
- update styles for columns (#143)
Browse files Browse the repository at this point in the history
* - update styles for columns

* - update styles for columns
  • Loading branch information
irenelagno authored Jun 8, 2023
1 parent 4946666 commit 63ec15b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion blocks/columns/columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
align-items: baseline;
}

.columns img {
width: 100%;
height: auto;
}

.columns.float-left img {
width: 100%;
height: auto;
Expand All @@ -14,6 +19,7 @@
padding: 5px;
}


.columns > div > div {
order: 1;
}
Expand Down Expand Up @@ -45,7 +51,7 @@

@media (min-width: 900px) {
.columns > div {
align-items: center;
align-items: flex-start;
flex-direction: unset;
gap: 32px;
}
Expand Down

0 comments on commit 63ec15b

Please sign in to comment.