1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-10 07:55:25 +02:00

read document font tweaks

This commit is contained in:
Harvey Kandola 2016-05-17 13:25:04 -07:00
parent 60b4b21467
commit f1316e3d93
2 changed files with 5 additions and 3 deletions

View file

@ -15,7 +15,7 @@
> .item { > .item {
color: $color-off-black; color: $color-off-black;
margin: 10px 5px; margin: 0px 5px;
padding: 0; padding: 0;
list-style-type: none; list-style-type: none;

View file

@ -1,5 +1,7 @@
.wysiwyg { .wysiwyg {
font-size: 1rem; // font-size: 1rem;
font-size: 15px;
line-height: 30px;
table table
{ {
@ -16,7 +18,7 @@
p p
{ {
margin: 0 !important; margin: 0 !important;
padding: 0 !important; padding: 0 !important;
} }
} }
} }