Added ArticleHeader
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
.wrapper {
|
||||
@mixin py var(--spacing-cozy);
|
||||
}
|
||||
|
||||
.title {
|
||||
font-family: var(--el-h1-font-family), serif;
|
||||
font-size: var(--el-h1-font-size);
|
||||
font-weight: var(--el-h1-font-weight);
|
||||
line-height: var(--el-h1-line-height);
|
||||
color: var(--el-h1-color);
|
||||
text-transform: var(--el-h1-text-transform);
|
||||
letter-spacing: var(--el-h1-letter-spacing);
|
||||
}
|
||||
Reference in New Issue
Block a user