mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-24 00:30:51 +01:00
Reduce size of article left and right padding
This commit is contained in:
parent
f90ef4b360
commit
c558731de8
@ -1,8 +1,8 @@
|
||||
body {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 64px;
|
||||
padding-left: 64px;
|
||||
padding-right: 64px;
|
||||
padding-left: 48px;
|
||||
padding-right: 48px;
|
||||
font-family: -apple-system;
|
||||
font-size: [[font-size]]px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user