mirror of
https://github.com/safing/web
synced 2025-04-03 10:39:11 +00:00
Increase font-size in pubs for better readability
- took inspiration from Medium & other bigger online blogs which have bigger fonts & line-height too - ours was just too small - as a result, margins for headers had to be increased too
This commit is contained in:
parent
61f73a5174
commit
fcbe632a51
1 changed files with 4 additions and 2 deletions
|
@ -19428,14 +19428,16 @@ em {
|
|||
padding-left: 2.5rem;
|
||||
padding-right: 2.5rem;
|
||||
max-width: 56rem;
|
||||
font-size: 20px;
|
||||
line-height: 32px;
|
||||
}
|
||||
|
||||
.markdown-container > h2, .markdown-container > h3, .markdown-container > h4, .markdown-container > h5, .markdown-container > h6, .markdown-container > h1 {
|
||||
margin-top: 2rem;
|
||||
margin-top: 3.5rem;
|
||||
}
|
||||
|
||||
.markdown-container > h2, .markdown-container > h3, .markdown-container > h4, .markdown-container > h5, .markdown-container > h6, .markdown-container > h1 {
|
||||
margin-bottom: 0.75rem;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.markdown-container > h1 {
|
||||
|
|
Loading…
Add table
Reference in a new issue