style(theme): update font sizes and spacing for better readability
Adjust default font size from 13px to 14px and modify blockquote styling Convert fixed pixel values to relative em units for better scalability Improve spacing and typography consistency across components
This commit is contained in:
@@ -20,7 +20,7 @@ const FONT_SIZE_STORAGE_KEY = 'ev-doc-font-size'
|
||||
const LINE_HEIGHT_STORAGE_KEY = 'ev-doc-line-height'
|
||||
const MIN_FONT_SIZE = 12
|
||||
const MAX_FONT_SIZE = 18
|
||||
const DEFAULT_FONT_SIZE = 13
|
||||
const DEFAULT_FONT_SIZE = 14
|
||||
const MIN_LINE_HEIGHT = 1.25
|
||||
const MAX_LINE_HEIGHT = 1.8
|
||||
const DEFAULT_LINE_HEIGHT = 1.65
|
||||
|
||||
Reference in New Issue
Block a user