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