Spaces:
Running
Running
Update index.html
Browse files- index.html +6 -0
index.html
CHANGED
|
@@ -73,6 +73,12 @@ section{
|
|
| 73 |
/* Allow full width */
|
| 74 |
wid
|
| 75 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
.hero h1{
|
| 77 |
margin:0 0 6px;
|
| 78 |
font-size:28px;
|
|
|
|
| 73 |
/* Allow full width */
|
| 74 |
wid
|
| 75 |
|
| 76 |
+
section p {
|
| 77 |
+
text-align: justify;
|
| 78 |
+
max-width: 110ch; /* wider, but not too wide */
|
| 79 |
+
margin-left: auto;
|
| 80 |
+
margin-right: auto; /* centers the block
|
| 81 |
+
|
| 82 |
.hero h1{
|
| 83 |
margin:0 0 6px;
|
| 84 |
font-size:28px;
|