Skip to content

Commit

Permalink
fix lint css
Browse files Browse the repository at this point in the history
  • Loading branch information
ltiseanu committed Sep 17, 2024
1 parent ef699cc commit cdbe624
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions _src/blocks/columns/columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,14 @@
justify-content: space-between;
}

.columns.carousel > div {
justify-content: flex-start;
}

.columns.carousel > div > div {
flex: 1 0 33%;
}

.grey-version .columns > div > div {
--tw-bg-opacity: 1;

Expand Down Expand Up @@ -999,14 +1007,6 @@ main .section.two-columns .right-col .products.plans a.button:any-link {
margin-bottom: 1em;
}

.columns.carousel > div {
justify-content: flex-start;
}

.columns.carousel > div > div {
flex: 1 0 33%;
}

.columns.carousel > div.carousel-buttons {
justify-content: center;
}
Expand Down

0 comments on commit cdbe624

Please sign in to comment.