design article title and add author virtual page
This commit is contained in:
parent
6fe73efbcf
commit
2114fbbb8e
12 changed files with 129 additions and 25 deletions
|
|
@ -33,8 +33,20 @@ button,
|
|||
line-height: calc(var(--unit--vertical));
|
||||
}
|
||||
|
||||
.fs-s {
|
||||
font-size: var(--font-size-s) !important;
|
||||
}
|
||||
.fs-m {
|
||||
font-size: var(--font-size-m) !important;
|
||||
}
|
||||
.fs-l {
|
||||
font-size: var(--font-size-l) !important;
|
||||
}
|
||||
.fs-xl {
|
||||
font-size: var(--font-size-xl);
|
||||
font-size: var(--font-size-xl) !important;
|
||||
}
|
||||
.fs-xxl {
|
||||
font-size: var(--font-size-xxl) !important;
|
||||
}
|
||||
|
||||
.title-center {
|
||||
|
|
@ -44,6 +56,13 @@ button,
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.main-title {
|
||||
line-height: 1;
|
||||
text-align: left;
|
||||
box-sizing: border-box;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
p,
|
||||
li,
|
||||
button,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue