fixed design
This commit is contained in:
@@ -19,16 +19,18 @@
|
|||||||
display: grid;
|
display: grid;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
grid-template-rows: 50px 150px 50px;
|
grid-template-rows: 50px 160px 50px;
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: 60px;
|
margin: 60px;
|
||||||
|
gap: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.description {
|
.description {
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
align-self: flex-end;
|
align-self: flex-end;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-component {
|
.input-component {
|
||||||
|
|||||||
@@ -110,7 +110,7 @@ function Reviews() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className='input-component-box'>
|
<div className='input-component-box'>
|
||||||
<p className='description'>Description</p>
|
<p className='description'>Review</p>
|
||||||
<textarea
|
<textarea
|
||||||
autoCorrect="off"
|
autoCorrect="off"
|
||||||
autoCapitalize="off"
|
autoCapitalize="off"
|
||||||
|
|||||||
Reference in New Issue
Block a user