mirror of
https://github.com/documize/community.git
synced 2025-07-28 17:49:41 +02:00
Make code section font size REM based
In line with recent changes.
This commit is contained in:
parent
a4e07fbf7f
commit
441001fffe
4 changed files with 792 additions and 791 deletions
|
@ -48,7 +48,7 @@ Heck, Documize will probably run just fine on a Raspberry Pi 3.
|
|||
|
||||
## Technology Stack
|
||||
|
||||
- Go (v1.12.0)
|
||||
- Go (v1.12.1)
|
||||
- Ember JS (v3.8.0)
|
||||
|
||||
## Authentication Options
|
||||
|
|
1576
embed/bindata.go
1576
embed/bindata.go
File diff suppressed because one or more lines are too long
|
@ -267,6 +267,7 @@
|
|||
word-wrap: break-word;
|
||||
white-space: pre-wrap;
|
||||
word-break: normal;
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
.CodeMirror-linebackground {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.wysiwyg {
|
||||
font-size: 1rem;;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5rem;
|
||||
color: $color-black-light-1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue