mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Reduce the article padding to 32px from 64px. Issue #1885
This commit is contained in:
@@ -3,8 +3,8 @@ body {
|
||||
margin-bottom: 64px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-left: 64px;
|
||||
padding-right: 64px;
|
||||
padding-left: 32px;
|
||||
padding-right: 32px;
|
||||
font-family: -apple-system;
|
||||
font-size: 18px;
|
||||
word-wrap: break-word; /* break long words or URLs */
|
||||
|
||||
Reference in New Issue
Block a user