+3
-10
src/oauth/templates.rs
+3
-10
src/oauth/templates.rs
···
67
.container {
68
width: 100%;
69
max-width: 400px;
70
-
padding-top: 15vh;
71
-
}
72
-
73
-
@media (max-width: 640px) {
74
-
.container {
75
-
padding-top: 2rem;
76
-
}
77
}
78
79
.card {
···
234
}
235
236
.btn-secondary {
237
-
background: var(--contrast-500);
238
-
color: white;
239
}
240
241
.btn-secondary:hover {
242
-
background: var(--contrast-600);
243
}
244
245
.footer {