mirror of
https://github.com/aelve/guide.git
synced 2024-11-23 04:07:14 +03:00
Minor
This commit is contained in:
parent
4211e3c4fc
commit
3962755c9d
@ -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] }
|
||||
|
||||
|
@ -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: "]";}
|
||||
|
Loading…
Reference in New Issue
Block a user