Skip to content

Commit 3878e41

Browse files
authored
Merge pull request #2 from eubond/patch-1
Replicating acessibility adjusts
2 parents 3e0c0a3 + 035bfdf commit 3878e41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

statik/styles/layout.less

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@ body {
1010
color: @electromagnetic;
1111
font-family: 'Open Sans', sans-serif;
1212
font-size: 16px;
13-
line-height: 1.4;
13+
line-height: 1.5;
1414
}
1515

1616
h1,
1717
h2,
1818
p {
1919
font-weight: 400;
2020
margin: 0;
21-
padding: 0;
21+
max-width: 80ch;
22+
padding: 0;
2223
}
2324

2425
p {

0 commit comments

Comments
 (0)