fix
This commit is contained in:
parent
eb30ede5c0
commit
ab93a26abf
@ -1,5 +1,8 @@
|
|||||||
.settings {
|
.settings {
|
||||||
background: #f1f1f1;
|
background: #f1f1f1;
|
||||||
|
height: 100%;
|
||||||
|
min-height: 100vh;
|
||||||
|
font-family: 'LabGrotesque', sans-serif;
|
||||||
|
|
||||||
&__page {
|
&__page {
|
||||||
max-width: 1160px !important;
|
max-width: 1160px !important;
|
||||||
|
@ -83,7 +83,7 @@ export const Profile = () => {
|
|||||||
description: 'Ключевые условия<br/> договора'
|
description: 'Ключевые условия<br/> договора'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '',
|
path: '/settings',
|
||||||
img: settingIcon,
|
img: settingIcon,
|
||||||
title: 'Настройки аккаунта',
|
title: 'Настройки аккаунта',
|
||||||
description: 'Перейдите чтобы начать<br/> редактирование'
|
description: 'Перейдите чтобы начать<br/> редактирование'
|
||||||
|
Loading…
Reference in New Issue
Block a user