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-right: none;
padding: 32px 70px;
min-height: 336px;
}
.hwTitle {

View File

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

View File

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

View File

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