mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
move padding out of body so bg color applies correctly
This commit is contained in:
parent
5ca7b3b511
commit
032567cce0
1 changed files with 1 additions and 1 deletions
2
sh/ghmd
2
sh/ghmd
|
@ -21,7 +21,7 @@ ghmd() { ### @-
|
|||
'href="https://eaguru.guru/t/github-markdown.css" ' \
|
||||
'media="all" rel="stylesheet" type="text/css"/></head><body ' \
|
||||
'style="box-sizing: border-box; min-width: 200px; max-width: 980px; ' \
|
||||
'margin: 0 auto; padding: 45px;"><article class="markdown-body">'
|
||||
'margin: 0 auto;"><article class="markdown-body" style="padding: 45px;">'
|
||||
curl -s --data-binary @- -H 'Content-Type: text/plain' \
|
||||
https://api.github.com/markdown/raw
|
||||
local ret=$?
|
||||
|
|
Loading…
Add table
Reference in a new issue