fix padding and min-height

This commit is contained in:
2022-07-11 21:00:23 +02:00
parent 4006160098
commit 0d92db94b7
4 changed files with 2 additions and 4 deletions

View File

@@ -7,6 +7,7 @@
border-left: none; border-left: none;
border-right: none; border-right: none;
padding: 32px 70px; padding: 32px 70px;
min-height: 336px;
} }
.hwTitle { .hwTitle {

View File

@@ -1,7 +1,6 @@
.greetingForm { .greetingForm {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 336px;
} }
.inputAndButtonContainer { .inputAndButtonContainer {

View File

@@ -13,7 +13,7 @@ const HW4 = () => {
<Stand /> <Stand />
</div> </div>
<hr /> {/*<hr />*/}
{/*можно убрать этот тег*/} {/*можно убрать этот тег*/}
{/*<hr/>*/} {/*<hr/>*/}
{/*можно убрать этот тег*/} {/*можно убрать этот тег*/}

View File

@@ -1,9 +1,7 @@
.stand { .stand {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
height: 336px;
align-items: center; align-items: center;
padding: 0 70px;
} }
.inputs { .inputs {