changed layout

This commit is contained in:
2026-05-16 17:29:22 +02:00
parent 22074e1df8
commit 4eb0e3217e
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
.review-description { .review-description {
margin: 70px; margin: 20px 70px 70px 70px;
font-size: 1.1rem; font-size: 1.1rem;
width: min(800px, 70vw); width: min(800px, 70vw);
height: fit-content; height: fit-content;
+2
View File
@@ -57,6 +57,8 @@ h4 {
margin-top: 150px; margin-top: 150px;
width: 100%; width: 100%;
height: fit-content; height: fit-content;
display: flex;
flex-direction: column;
} }
.custom-button { .custom-button {