We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d62b0d commit 0570c34Copy full SHA for 0570c34
βcomponents/Footer.vueβ
@@ -40,7 +40,7 @@ footer {
40
.separator {
41
margin: 0 8px;
42
}
43
- @media screen and(max-width: 720px) {
+ @media screen and (max-width: 720px) {
44
flex-direction: column;
45
46
βpages/login/callback.vueβ
@@ -12,7 +12,7 @@
12
span {
13
padding-top: 64px;
14
15
16
min-height: calc(100vh - 96px - 60px);
17
18
0 commit comments