mirror of
https://github.com/aelve/guide.git
synced 2024-11-23 04:07:14 +03:00
Add padding to the whole thing
This commit is contained in:
parent
de1bf14d67
commit
7729115472
@ -579,7 +579,7 @@ renderCategoryNotes :: (MonadIO m, MonadRandom m) => Category -> HtmlT m ()
|
||||
renderCategoryNotes category = do
|
||||
let thisId = "category-notes-" <> uidToText (category^.uid)
|
||||
this = JS.selectId thisId
|
||||
div_ [id_ thisId] $ do
|
||||
div_ [id_ thisId, class_ "category-notes"] $ do
|
||||
|
||||
section "normal" [shown, noScriptShown] $ do
|
||||
div_ [class_ "notes-like"] $ do
|
||||
|
@ -24,6 +24,7 @@ body {
|
||||
border-top: 1px solid black; }
|
||||
|
||||
body {
|
||||
padding: 0px 15px;
|
||||
padding-top: 2em;
|
||||
margin: auto;
|
||||
max-width: 800px;
|
||||
|
Loading…
Reference in New Issue
Block a user