Skip to content

Commit 0d8df5a

Browse files
JoMessinasebprt
authored andcommitted
fix an error in css class change a duplicate h4 by a h5
1 parent f3141ad commit 0d8df5a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

themes/middleware/assets/css/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,10 @@ h1.single-title {
641641

642642
.content h1,
643643
.content h2,
644-
.content h3 {
644+
.content h3,
645+
.content h4,
646+
.content h5,
647+
.content h6 {
645648
padding: 10px 0;
646649
position: sticky;
647650
top: 95px;

0 commit comments

Comments
 (0)