Skip to content

Commit b19b07c

Browse files
authored
max width edit (#110)
1 parent 874fe22 commit b19b07c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/pricing.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ const tags = [
361361
.evaluation-description {
362362
text-align: center;
363363
margin-bottom: 40px;
364-
max-width: 600px;
364+
max-width: 800px;
365365

366366
p {
367367
font-size: 16px;
@@ -381,7 +381,7 @@ const tags = [
381381

382382
.evaluation-form-container {
383383
width: 100%;
384-
max-width: 500px;
384+
max-width: 800px;
385385
margin: 0 auto;
386386

387387
// Force single column layout for the evaluation form

0 commit comments

Comments
 (0)