1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 13:35:25 +02:00

Make code section font size REM based

In line with recent changes.
This commit is contained in:
Harvey Kandola 2019-03-15 12:57:58 +00:00
parent a4e07fbf7f
commit 441001fffe
4 changed files with 792 additions and 791 deletions

View file

@ -1,5 +1,5 @@
.wysiwyg {
font-size: 1rem;;
font-size: 1rem;
line-height: 1.5rem;
color: $color-black-light-1;