Skip to content

Commit 3f4696f

Browse files
committed
enterprise license form
1 parent 457ecb1 commit 3f4696f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/pages/pricing.astro

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,15 +309,19 @@ const tags = [
309309
line-height: 1.14;
310310
padding-top: 20px;
311311
padding-left: 20px;
312+
padding-right: 20px;
312313
padding-bottom: 120px;
313-
314314
max-width: 1100px;
315315
margin: 0 auto;
316+
word-wrap: break-word;
317+
overflow-wrap: break-word;
318+
hyphens: auto;
316319

317320
@include break-up(md) {
318321
padding-top: 54px;
319322
padding-left: 58px;
320-
font-size:55px;
323+
padding-right: 58px;
324+
font-size: 55px;
321325
padding-bottom: 170px;
322326
}
323327
}

0 commit comments

Comments
 (0)