style: text sizes
This commit is contained in:
parent
22e0e1386c
commit
981ac78498
1 changed files with 6 additions and 2 deletions
|
@ -162,14 +162,18 @@
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: auto auto;
|
grid-template-columns: auto auto;
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
height: 40px;
|
height: 36px;
|
||||||
|
|
||||||
|
& .author {
|
||||||
|
font-size: var(--font-size-lg)
|
||||||
|
}
|
||||||
|
|
||||||
& .right_menu {
|
& .right_menu {
|
||||||
font-size: var(--font-size-sm);
|
font-size: var(--font-size-sm);
|
||||||
text-align:right;
|
text-align:right;
|
||||||
|
|
||||||
& a, & span {
|
& a, & span {
|
||||||
line-height: 40px;
|
line-height: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
& a{
|
& a{
|
||||||
|
|
Loading…
Reference in a new issue