Skip to content

Commit 46eb8c6

Browse files
author
Mayer László
committed
Fix scss error
1 parent 4b0af8b commit 46eb8c6

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
.post-info {
1+
.article-info {
22
padding-bottom: 30px;
33
margin: 20px 0 5px;
44
padding-top: 20px;
55
}
66

7-
.post-content {
7+
.article-content {
88
line-height: 35px;
99
padding-bottom: 50px;
1010
}
1111

12-
.post-content h1, h3, code, pre {
12+
.article-content h1, h3, code, pre {
1313
padding-bottom: 10px;
1414
padding-top: 10px;
1515
}
1616

17-
.post-content h2 {
17+
.article-content h2 {
1818
padding-bottom: 20px;
1919
padding-top: 20px;
2020
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
.post-item {
1+
.article-item {
22
display: block;
33
position: relative;
44
line-height: 24px;
55
padding-bottom: 5px;
66
margin: 5px 0;
77
}
88

9-
.post-summary {
9+
.article-summary {
1010
padding-top: 30px;
1111
padding-bottom: 30px;
1212
}
1313

14-
.post-nav {
14+
.article-nav {
1515
padding-top: 100px;
1616
text-align: center;
1717
}

0 commit comments

Comments
 (0)