Skip to content

Commit

Permalink
Fix button formatting in penguin_simple
Browse files Browse the repository at this point in the history
  • Loading branch information
smokestacklightnin committed Sep 17, 2024
1 parent 12d3f3e commit ece000c
Show file tree
Hide file tree
Showing 2 changed files with 710 additions and 646 deletions.
27 changes: 27 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,30 @@
width: 100%;
aspect-ratio: 16 / 9;
}

.buttons-wrapper {
flex-wrap: wrap;
gap: 1em;
display: flex;
/* flex-grow: 1; */
/* justify-content: center; */
/* align-content: center; */
}

.buttons-wrapper > a {
justify-content: center;
align-content: center;
flex-wrap: nowrap;
/* gap: 1em; */
align-items: center;
text-align: center;
flex: 1 1 30%;
display: flex;
}

.md-button > .buttons-content {
align-items: center;
justify-content: center;
display: flex;
gap: 1em;
}
Loading

0 comments on commit ece000c

Please sign in to comment.