We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457ecb1 commit 3f4696fCopy full SHA for 3f4696f
src/pages/pricing.astro
@@ -309,15 +309,19 @@ const tags = [
309
line-height: 1.14;
310
padding-top: 20px;
311
padding-left: 20px;
312
+ padding-right: 20px;
313
padding-bottom: 120px;
-
314
max-width: 1100px;
315
margin: 0 auto;
316
+ word-wrap: break-word;
317
+ overflow-wrap: break-word;
318
+ hyphens: auto;
319
320
@include break-up(md) {
321
padding-top: 54px;
322
padding-left: 58px;
- font-size:55px;
323
+ padding-right: 58px;
324
+ font-size: 55px;
325
padding-bottom: 170px;
326
}
327
0 commit comments