Skip to content

Commit 059471d

Browse files
committed
replace .title with .header
1 parent dbacb82 commit 059471d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack/sass/main.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ code {
218218
}
219219

220220
// Common Title section
221-
.title {
221+
.header {
222222
background-color: $color-lighter-gray;
223223

224224
.container {
@@ -368,7 +368,7 @@ code {
368368

369369
// Author Post page
370370
.author-posts {
371-
.title {
371+
.header {
372372
.container {
373373
.image {
374374
width: 9.5rem;

0 commit comments

Comments
 (0)