mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
align items: center
This commit is contained in:
parent
28402c548d
commit
a365369562
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: auto 1fr auto;
|
grid-template-columns: auto 1fr auto;
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.review-buttons {
|
.review-buttons {
|
||||||
|
|
Loading…
Reference in a new issue