mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-02-06 22:02:48 +08:00
fix(docs): make the buttons placement style on the top page of the document responsive (#857)
This commit is contained in:
parent
445b4990f7
commit
9cd91dd094
@ -17,14 +17,18 @@
|
||||
}
|
||||
|
||||
.buttons {
|
||||
display: flex;
|
||||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
column-gap: 2rem;
|
||||
row-gap: 1rem;
|
||||
}
|
||||
|
||||
.button {
|
||||
margin-right: 1rem;
|
||||
margin-left: 1rem;
|
||||
@media screen and (max-width: 996px) {
|
||||
.buttons {
|
||||
grid-auto-flow: row;
|
||||
}
|
||||
}
|
||||
|
||||
div.logo {
|
||||
|
Loading…
Reference in New Issue
Block a user