Skip to content

Commit 8cc782f

Browse files
author
Aytackydln
committed
add line before h2 texts
1 parent d912101 commit 8cc782f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

themes/aurora/assets/scss/main.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ h1 {
4848
border-radius: 3px;
4949
}
5050

51+
h2 {
52+
border-top: 1px gray solid;
53+
padding-top: 8px;
54+
border-radius: 3px;
55+
}
56+
5157
.next-post {
5258
display: flex;
5359
justify-content: space-between;

0 commit comments

Comments
 (0)