Skip to content

Commit 7452aad

Browse files
committed
Fixed code format
1 parent 29e0123 commit 7452aad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/PageNotFound.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ h1 {
6262
color: var(--c-brand-red);
6363
}
6464
65-
.footer{
65+
.footer {
6666
position: absolute;
6767
bottom: 0;
6868
left: 50%;
69-
transform:translateX(-50%);
69+
transform: translateX(-50%);
7070
width: 100vw;
7171
margin: auto;
7272
}

0 commit comments

Comments
 (0)