Skip to content

Commit 702d1ee

Browse files
close #124 | add style for h3 headings
1 parent a105da3 commit 702d1ee

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

rapido.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,19 @@ article.rapido > footer > section > h2 {
187187

188188
/* end h2 */
189189

190+
/* h3 */
191+
192+
.rapido section > h3 {
193+
width: 600px;
194+
max-width: 100%;
195+
margin: 0 0 20px 0;
196+
font-size: 18px;
197+
line-height: 30px;
198+
font-weight: bold;
199+
}
200+
201+
/* end h3 */
202+
190203
/* section */
191204

192205
.rapido section {

0 commit comments

Comments
 (0)