mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2025-12-18 12:31:16 +00:00
fix padding and min-height
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
.greetingForm {
|
.greetingForm {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 336px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.inputAndButtonContainer {
|
.inputAndButtonContainer {
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ const HW4 = () => {
|
|||||||
<Stand />
|
<Stand />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr />
|
{/*<hr />*/}
|
||||||
{/*можно убрать этот тег*/}
|
{/*можно убрать этот тег*/}
|
||||||
{/*<hr/>*/}
|
{/*<hr/>*/}
|
||||||
{/*можно убрать этот тег*/}
|
{/*можно убрать этот тег*/}
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user