Fix 3px margin error
This commit is contained in:
parent
c8f0c99ddc
commit
3a5e9a25a7
@ -55,7 +55,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin: 3px;
|
margin: 3px !important;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
transition: order 0.5s, background-color 0.5s;
|
transition: order 0.5s, background-color 0.5s;
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user