Skip to content

Commit 1363c95

Browse files
committed
Responsive font size
1 parent c393bb3 commit 1363c95

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/static/css/index.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ body {
1111
margin-bottom: 2rem;
1212
}
1313

14+
.content p, .subtitle {
15+
max-width: 800px;
16+
margin: 0 auto;
17+
line-height: 1.6;
18+
}
19+
1420
.content-container {
1521
display: flex;
1622
flex-direction: column;

0 commit comments

Comments
 (0)