Skip to content

Commit 43f18b7

Browse files
authored
Apply suggestions from code review
1 parent 7452aad commit 43f18b7

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
@@ -65,8 +65,8 @@ h1 {
6565
.footer {
6666
position: absolute;
6767
bottom: 0;
68-
left: 50%;
69-
transform: translateX(-50%);
68+
left: 0;
69+
right: 0;
7070
width: 100vw;
7171
margin: auto;
7272
}

0 commit comments

Comments
 (0)