fixed design

This commit is contained in:
2026-05-14 23:42:45 +02:00
parent b92f3a669b
commit abd7144615
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -19,16 +19,18 @@
display: grid;
width: fit-content;
height: fit-content;
grid-template-rows: 50px 150px 50px;
grid-template-rows: 50px 160px 50px;
justify-items: center;
align-items: center;
margin: 60px;
gap: 20px;
}
.description {
grid-column: 1;
grid-row: 1;
align-self: flex-end;
margin: 0;
}
.input-component {
+1 -1
View File
@@ -110,7 +110,7 @@ function Reviews() {
</div>
<div className='input-component-box'>
<p className='description'>Description</p>
<p className='description'>Review</p>
<textarea
autoCorrect="off"
autoCapitalize="off"