mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
space-around
This commit is contained in:
parent
62e01fe03a
commit
a92229595c
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
justify-content: space-between;
|
justify-content: space-around;
|
||||||
padding-inline: 0;
|
padding-inline: 0;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
Loading…
Reference in a new issue