Rounder corners, thicker borders, highlight highest availability

This commit is contained in:
Ben Grant 2021-05-17 18:52:00 +10:00
parent 8b24b2e27a
commit d2e5bcc4cb
10 changed files with 81 additions and 10 deletions

View file

@ -72,6 +72,10 @@ export const LoginForm = styled.form`
}
@media (max-width: 400px) {
grid-template-columns: 1fr;
& div:last-child {
--btn-width: 100%;
}
}
`;