Skip to content

Commit

Permalink
styling for testnet faucet page updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnkelly09 committed Sep 16, 2024
1 parent 83cd131 commit fdb4e7d
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions material-overrides/assets/stylesheets/wormhole.css
Original file line number Diff line number Diff line change
Expand Up @@ -951,18 +951,6 @@ pre .md-clipboard {
margin-top: 0;
}

.md-typeset .grid.cards.tri {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
margin: 1em 1em 1em 0;
}

.md-typeset .grid.cards.tri > * {
align-items: center; /* Center content horizontally */
text-align: center; /* Center the text itself */
padding: 1em; /* Optional: Add padding inside the card */
}

.md-typeset .grid.cards>ol>li,
.md-typeset .grid.cards>ul>li,
.md-typeset .grid>.card {
Expand All @@ -979,6 +967,17 @@ pre .md-clipboard {
border: var(--md-border-width) solid var(--md-border-color);
}

.md-typeset .card-container {
display: grid;
grid-template-columns: repeat(4, 1fr); /* 4 items per row */
}

.md-typeset .faucet {
display: flex;
flex-direction: column;
text-align: center;
}

.md-typeset .grid.half {
grid-template-columns: repeat(auto-fit, minmax(50%, 0fr));
margin: 1em 1.4em 1em 0;
Expand Down

0 comments on commit fdb4e7d

Please sign in to comment.