Skip to content

Commit

Permalink
FIX layout
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed May 20, 2024
1 parent ca6d30c commit c72f7e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs-src/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,11 @@ body {
.block.sixth .buy-options {
width: 100%;

/**
* @link https://stackoverflow.com/a/50917807
*/
align-items: center;

display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
column-gap: 10px;
Expand Down

0 comments on commit c72f7e3

Please sign in to comment.