style: увеличен верхний отступ для избежания перекрытия с fixed header
This commit is contained in:
parent
6b968d1025
commit
2c389e4bbe
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ import { SITE_URL } from '@constants';
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 4rem 2rem 2rem;
|
padding: 5rem 2rem 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.auth-container {
|
.auth-container {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue