Skip to content

Commit 8e8c92f

Browse files
committed
fix: center css bug
1 parent 0a6cf9d commit 8e8c92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ watch(
166166
}
167167
.code-now-container {
168168
display: flex;
169-
justify-content: cen;
169+
justify-content: center;
170170
.code-box {
171171
// position: absolute;
172172
// left: 50%;

0 commit comments

Comments
 (0)