Change Heading component max-width

This commit is contained in:
2021-10-16 13:24:39 +02:00
parent 8b07352431
commit 5511639014

View File

@@ -15,7 +15,7 @@
} }
// Text // Text
p { p {
max-width: 260px; max-width: 300px;
margin: 40px auto 0; margin: 40px auto 0;
font-weight: 200; font-weight: 200;