Skip to content

Commit 447c21b

Browse files
committed
adjust .pitch's width to avoid excessive hyphenation
1 parent 2843f0f commit 447c21b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ body#Home #content > .intro .pitch
13721372
font-size: large;
13731373
font-weight: 300;
13741374
margin: auto;
1375-
width: 21em;
1375+
width: 22em;
13761376
}
13771377

13781378
body#Home #content > .intro .download
@@ -1975,7 +1975,7 @@ the home page, intro pitch and your-code-here layed out vertically */
19751975

19761976
body#Home #content > .intro .pitch
19771977
{
1978-
max-width: 21em;
1978+
max-width: 22em;
19791979
width: auto;
19801980
}
19811981

0 commit comments

Comments
 (0)