fix issues with auth (#1247)

This commit is contained in:
Geometrically
2023-08-01 15:34:29 -07:00
committed by GitHub
parent e2fb8827a7
commit 04915cc65a
7 changed files with 24 additions and 8 deletions

View File

@@ -142,6 +142,9 @@ const route = useRoute()
}
@media screen and (max-width: 25.5rem) {
width: auto;
margin: 1rem;
.third-party .btn {
grid-column: 1 / 3;
}