forked from alemi/upub
fix(web): textarea font size
why is it 10 here but 11 elsewhere yet same size???
This commit is contained in:
parent
eaf780efb3
commit
78d6f425e3
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
font-size: 11pt;
|
||||
}
|
||||
textarea {
|
||||
font-size: 11pt;
|
||||
font-size: 10pt;
|
||||
}
|
||||
nav {
|
||||
z-index: 90;
|
||||
|
|
Loading…
Reference in a new issue