We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5b3a0 commit 93d373aCopy full SHA for 93d373a
css/index.scss
@@ -127,13 +127,13 @@ cite::before {
127
border-bottom: 1px solid white;
128
}
129
130
-h2 {
+h2, h3 {
131
text-align: center;
132
font-weight: bold;
133
134
position: relative;
135
136
-h2::before {
+h2::before, h3::before {
137
content: "";
138
position: absolute;
139
height: 5px;
@@ -249,7 +249,7 @@ h2::before {
249
.subtitle {
250
font-size: 1.2em;
251
252
- h2 {
+ h2, h3 {
253
text-align: left;
254
font-size: 2em;
255
0 commit comments