1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-07 14:35:28 +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 {
color: $color-off-black;
margin: 10px 5px;
margin: 0px 5px;
padding: 0;
list-style-type: none;

View file

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