body fontsize

This commit is contained in:
sakrecoer 2020-07-05 13:14:48 +02:00
parent 769e27ce37
commit cee92ebf40

View file

@ -35,9 +35,9 @@
body, input, select, textarea { body, input, select, textarea {
font-family: _font(family-fixed); font-family: _font(family-fixed);
font-size: 1rem; font-size: 0.75rem;
font-weight: _font(weight); font-weight: _font(weight);
line-height: 1.65; line-height: 1.45;
} }
a { a {