diff --git a/src/Main.hs b/src/Main.hs index 3523356..cb5b096 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -124,7 +124,7 @@ sampleState = do _itemKind = hackageLibrary } let lensesCategory = Category { _categoryUid = 1, - _categoryTitle = "lenses", + _categoryTitle = "Lenses", _categoryNotes = "Lenses are first-class composable accessors.", _categoryItems = [lensItem, microlensItem] } diff --git a/static/css.css b/static/css.css index d76ce13..7cddb2a 100644 --- a/static/css.css +++ b/static/css.css @@ -1,5 +1,5 @@ body { - padding: 2em 0em; + padding: 2em; margin: auto; max-width: 800px; font-family: sans-serif; } @@ -27,9 +27,9 @@ body { margin: 0px 5px; } .text-button { - font-size: 80%; - margin-left: 2em; - vertical-align: 1px; } + font-size: 10pt; + font-weight: normal; + margin-left: 2em; } .text-button::before {content: "[";} .text-button::after {content: "]";}