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:
parent
60b4b21467
commit
f1316e3d93
2 changed files with 5 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
> .item {
|
||||
color: $color-off-black;
|
||||
margin: 10px 5px;
|
||||
margin: 0px 5px;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue