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;
|
||||
grid-template-columns: auto auto;
|
||||
gap: 5px;
|
||||
height: 40px;
|
||||
height: 36px;
|
||||
|
||||
& .author {
|
||||
font-size: var(--font-size-lg)
|
||||
}
|
||||
|
||||
& .right_menu {
|
||||
font-size: var(--font-size-sm);
|
||||
text-align:right;
|
||||
|
||||
& a, & span {
|
||||
line-height: 40px;
|
||||
line-height: 36px;
|
||||
}
|
||||
|
||||
& a{
|
||||
|
|
Loading…
Reference in a new issue