Skip to content

Commit

Permalink
Merge branch 'main' into DEX-18444
Browse files Browse the repository at this point in the history
  • Loading branch information
Matei-Iordache committed Aug 29, 2024
2 parents 406b2c0 + d1c6c20 commit e98e54a
Show file tree
Hide file tree
Showing 14 changed files with 944 additions and 15 deletions.
6 changes: 5 additions & 1 deletion _src/blocks/columns/columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
}

.creators .columns-container .columns > div > div.columns-img-col {
width: 45%;
width: 50%;
flex: none;
}

Expand All @@ -245,6 +245,10 @@
font: normal normal normal 24px/33px Arial, sans-serif;
}

.creators .columns-container.smaller-text p {
font: normal normal normal 18px / 27px "Arial", sans-serif;
}

.creators .columns-container p.button-container {
text-align: left;
}
Expand Down
Loading

0 comments on commit e98e54a

Please sign in to comment.