Skip to content

Commit 93d373a

Browse files
Update index.scss
1 parent 9b5b3a0 commit 93d373a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css/index.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ cite::before {
127127
border-bottom: 1px solid white;
128128
}
129129

130-
h2 {
130+
h2, h3 {
131131
text-align: center;
132132
font-weight: bold;
133133

134134
position: relative;
135135
}
136-
h2::before {
136+
h2::before, h3::before {
137137
content: "";
138138
position: absolute;
139139
height: 5px;
@@ -249,7 +249,7 @@ h2::before {
249249
.subtitle {
250250
font-size: 1.2em;
251251
}
252-
h2 {
252+
h2, h3 {
253253
text-align: left;
254254
font-size: 2em;
255255
}

0 commit comments

Comments
 (0)