Skip to content

Commit d24fe3e

Browse files
authored
Fix typo in CSS property for max-width
1 parent 6121a7f commit d24fe3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/verify-mockup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
.cta-section p {
343343
color: var(--muted);
344344
font-size: 14px;
345-
mDž�max-width: 520px;
345+
max-width: 520px;
346346
margin: 0 auto 1.75rem;
347347
line-height: 1.65;
348348
}

0 commit comments

Comments
 (0)