Skip to content

Commit 6e73548

Browse files
committed
Introduction text fills container width
1 parent 2babe65 commit 6e73548

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

assets/css/styles.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@
173173
.introduction .button a:hover {
174174
color: white; }
175175
.introduction p {
176-
max-width: 600px;
177176
font-family: "Open Sans", sans-serif;
178177
font-size: 20px;
179178
line-height: 38px;

assets/sass/styles.css.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ $slimmer: new-breakpoint(min-width 641px max-width 980px 12);
196196
}
197197

198198
p {
199-
max-width: 600px;
200199
font-family: $sans-serif;
201200
font-size: 20px;
202201
line-height: 38px;

0 commit comments

Comments
 (0)