Skip to content

Commit 6d0e882

Browse files
fixup! fix(aio): remove heading border
1 parent cecb30e commit 6d0e882

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

Diff for: aio/src/styles/0-base/_typography.scss

+1-7
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,7 @@ h6 {
5050
clear: both;
5151
}
5252

53-
h1 {
54-
@media screen and (max-width: 600px) {
55-
margin: 0;
56-
}
57-
}
58-
59-
h1:after, h2, h3, h4, h5, h6 {
53+
h1, h2, h3, h4, h5, h6 {
6054
@media screen and (max-width: 600px) {
6155
margin: 8px 0;
6256
}

Diff for: aio/src/styles/1-layouts/_marketing-layout.scss

-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
transform: none;
2121
}
2222

23-
h1:after {
24-
content: none;
25-
}
26-
2723
.hero-title {
2824
display: inline-block;
2925
font-size: 28px;

0 commit comments

Comments
 (0)