Skip to content

Commit 0570c34

Browse files
committed
fix: πŸ› Fix build error
1 parent 6d62b0d commit 0570c34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žcomponents/Footer.vueβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ footer {
4040
.separator {
4141
margin: 0 8px;
4242
}
43-
@media screen and(max-width: 720px) {
43+
@media screen and (max-width: 720px) {
4444
flex-direction: column;
4545
4646
.separator {

β€Žpages/login/callback.vueβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
span {
1313
padding-top: 64px;
1414
}
15-
@media screen and(max-width: 720px) {
15+
@media screen and (max-width: 720px) {
1616
min-height: calc(100vh - 96px - 60px);
1717
}
1818
}

0 commit comments

Comments
Β (0)