mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 18:10:18 +05:30
Increase editor and preview font sizes to 15px
Enhanced font sizes for improved readability: • Editor font size increased from 14px to 15px • Preview font size set to 15px for both #preview and .preview-content • Better visual experience across all themes and content types 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
+4
-2
@@ -164,7 +164,7 @@ body {
|
||||
height: 100%;
|
||||
padding: 20px;
|
||||
font-family: 'SF Mono', Monaco, 'Courier New', monospace;
|
||||
font-size: 14px;
|
||||
font-size: 15px;
|
||||
line-height: 1.6;
|
||||
border: none;
|
||||
outline: none;
|
||||
@@ -181,6 +181,7 @@ body {
|
||||
margin: 0;
|
||||
padding: 20px 24px 24px 24px;
|
||||
line-height: 1.6;
|
||||
font-size: 15px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
@@ -194,7 +195,7 @@ body {
|
||||
height: 100%;
|
||||
padding: 20px;
|
||||
font-family: 'SF Mono', Monaco, 'Courier New', monospace;
|
||||
font-size: 14px;
|
||||
font-size: 15px;
|
||||
line-height: 1.6;
|
||||
border: none;
|
||||
outline: none;
|
||||
@@ -209,6 +210,7 @@ body {
|
||||
#preview {
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
/* Status Bar */
|
||||
|
||||
Reference in New Issue
Block a user