fix layout min height
This commit is contained in:
@ -92,7 +92,7 @@ export const PartnerSettings = () => {
|
||||
]}
|
||||
/>
|
||||
<div className="partner-settings">
|
||||
<h2 className="infoPersonal__title">Настройки профиля</h2>
|
||||
<h2 className="info-personal__title">Настройки профиля</h2>
|
||||
<div className="partner-settings__body">
|
||||
<div className="partner-settings__login">
|
||||
<h3 className="settings__title">Вход в систему</h3>
|
||||
|
@ -4,7 +4,7 @@
|
||||
min-height: 100vh;
|
||||
font-family: "LabGrotesque", sans-serif;
|
||||
|
||||
.infoPersonal__title {
|
||||
.info-personal__title {
|
||||
color: #000000;
|
||||
font-weight: 700;
|
||||
font-size: 22px;
|
||||
@ -12,6 +12,7 @@
|
||||
}
|
||||
|
||||
&__page {
|
||||
min-height: 750px;
|
||||
max-width: 1160px !important;
|
||||
margin-top: 23px;
|
||||
}
|
||||
@ -134,7 +135,7 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-around;
|
||||
margin-top: 27px;
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
&__report,
|
||||
|
Reference in New Issue
Block a user