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 {
|
.buttons {
|
||||||
display: flex;
|
display: grid;
|
||||||
|
grid-auto-flow: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
column-gap: 2rem;
|
||||||
|
row-gap: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
@media screen and (max-width: 996px) {
|
||||||
margin-right: 1rem;
|
.buttons {
|
||||||
margin-left: 1rem;
|
grid-auto-flow: row;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div.logo {
|
div.logo {
|
||||||
|
Loading…
Reference in New Issue
Block a user