Skip to content

Commit 013a9c5

Browse files
committed
Remove max-width from typographic elements
1 parent 0144eaf commit 013a9c5

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

app/assets/stylesheets/components/_footer.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
margin-bottom: 30px;
55
margin-top: 60px;
66
text-align: center;
7-
p {
8-
margin-inline: auto;
9-
}
107
}
118

129
.Footer__heading {

app/assets/stylesheets/components/_page.scss

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,5 @@ $lg-screen-margin-top: map-get($header-height, "one-row");
8787
&:nth-child(2) {
8888
max-width: 1074px;
8989
}
90-
91-
h1,
92-
h2,
93-
h3,
94-
h4,
95-
h5,
96-
h6,
97-
p,
98-
ul {
99-
max-width: map-get($max-w, "prose");
100-
}
10190
}
10291
}

0 commit comments

Comments
 (0)