Rounder corners, thicker borders, highlight highest availability
This commit is contained in:
parent
8b24b2e27a
commit
d2e5bcc4cb
10 changed files with 81 additions and 10 deletions
|
|
@ -72,6 +72,10 @@ export const LoginForm = styled.form`
|
|||
}
|
||||
@media (max-width: 400px) {
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
& div:last-child {
|
||||
--btn-width: 100%;
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue