fix layout min height

This commit is contained in:
Victor Batischev
2024-02-05 17:32:18 +03:00
parent 7a3a70ccd3
commit e9235884dd
5 changed files with 8 additions and 9 deletions

View File

@ -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,