Skip to content

Commit

Permalink
start styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickson-adbe committed Nov 8, 2024
1 parent 0de36cb commit ffd9fe2
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions blocks/columns/columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,36 @@
order: unset;
}
}

.columns.vertical .column .h1 {
font-size: 36px;
font-family: Open Sans;
color: #707070;
}

.columns.vertical .column .cards {
display: flex;
flex-direction: column;
}

.columns.vertical .column .cards > div {
display: flex;
}

.columns.vertical .column .cards > div > div:not(.columns-img-col) {
display: flex;
}

.columns.vertical .column .cards .columns-img-col {
display: flex;
flex-direction: column;
}

.columns.vertical .column .cards .columns-img-col img {
height: 115px;
width: 115px;
}

.columns.vertical .column .cards .card {
display: flex;
}

0 comments on commit ffd9fe2

Please sign in to comment.