mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2025-12-16 20:39:24 +00:00
fix padding and min-height
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
padding: 32px 70px;
|
||||
min-height: 336px;
|
||||
}
|
||||
|
||||
.hwTitle {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
.greetingForm {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 336px;
|
||||
}
|
||||
|
||||
.inputAndButtonContainer {
|
||||
|
||||
@@ -13,7 +13,7 @@ const HW4 = () => {
|
||||
<Stand />
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
{/*<hr />*/}
|
||||
{/*можно убрать этот тег*/}
|
||||
{/*<hr/>*/}
|
||||
{/*можно убрать этот тег*/}
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
.stand {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
height: 336px;
|
||||
align-items: center;
|
||||
padding: 0 70px;
|
||||
}
|
||||
|
||||
.inputs {
|
||||
|
||||
Reference in New Issue
Block a user