mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove padding from code blocks that was causing weird indentation
This commit is contained in:
@@ -123,11 +123,11 @@ pre {
|
||||
line-height: 20px;
|
||||
border: 1px solid #777;
|
||||
word-wrap: normal;
|
||||
padding: 10px;
|
||||
}
|
||||
code, pre {
|
||||
font-family: "SF Mono", Menlo, "Courier New", Courier, monospace;
|
||||
font-size: 14px;
|
||||
padding: 10px;
|
||||
}
|
||||
img, figure, video, iframe, div {
|
||||
max-width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user