Skip to content

Commit 1b330a3

Browse files
committed
fix: css linit issues in default project
1 parent dace7b8 commit 1b330a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assets/default-project/en/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ img {
1313

1414
#starsLeft {
1515
position: absolute;
16-
left: 0px;
16+
left: 0;
1717
top: 5%;
1818
opacity: 0.7;
1919
z-index: 2;
@@ -22,7 +22,7 @@ img {
2222
#starsRight {
2323
position: absolute;
2424
z-index: 2;
25-
right: 0px;
25+
right: 0;
2626
top: 5%;
2727
opacity: 0.7;
2828
}

0 commit comments

Comments
 (0)