fix layout min height
This commit is contained in:
@ -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