Merge pull request #26 from cjfloss/fix-text-size
Fix: font-size property
This commit is contained in:
commit
ad565f8dbc
|
@ -12,7 +12,7 @@
|
|||
border: none;
|
||||
background: transparent;
|
||||
margin-bottom: 10px;
|
||||
font: 16px;
|
||||
font-size: 16px;
|
||||
height: 45px;
|
||||
color: var(--secondary-text-color);
|
||||
border-bottom: 1px solid var(--secondary-text-color);
|
||||
|
|
Loading…
Reference in New Issue