Change top style {1 => 2}px.
The color did not appear to be even with the text therefore, changed the color to have a top of 2px instead of 1px.
This commit is contained in:
parent
f48504a97f
commit
01f774607b
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ body {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 1px;
|
top: 2px;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue