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:
parent
60b4b21467
commit
f1316e3d93
2 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue