fix manifestation name squares alignment
This commit is contained in:
@@ -23,11 +23,12 @@
|
|||||||
|
|
||||||
p {
|
p {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
padding-left: 13px;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -13px;
|
left: 0;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
translate: 0% -50%;
|
translate: 0% -50%;
|
||||||
width: 7px;
|
width: 7px;
|
||||||
|
|||||||
Reference in New Issue
Block a user