Fix odd font sizing for code

This commit is contained in:
Ryan Watters
2017-03-22 15:58:15 -05:00
parent c830861ef7
commit 8bfc882872
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -12,14 +12,14 @@ ns:
signature:
workson: []
hugoversion:
relatedfuncs: [last]
relatedfuncs: [last,seq]
deprecated: false
aliases: []
---
`after` slices an array to only the items after the *N*th item. Combining `after` with `first` uses both use both halves of an array split at item *N*.
Works on [lists](/templates/list/), [taxonomies](/taxonomies/displaying/), [terms](/templates/terms/), [groups](/templates/list/)
Works on [lists](/templates/list/), [taxonomies](/taxonomies/displaying/), [terms](/templates/terms/), and [groups](/templates/list/).
## Example: All Pages Starting with 10
File diff suppressed because one or more lines are too long
+4 -4
View File
@@ -85,10 +85,10 @@ aside {
font-weight: bolder;
margin-right: 1em;
// background-color:$hugo-gray-ultra-light;
code {
font-size: .9em;
// color:$hugo-pink;
}
// code {
// font-size: .9em;
// // color:$hugo-pink;
// }
//basically allows you to style with ***word*** in markdown for words like "Required"
> strong > em > code {
// color: $hugo-pink;
+1 -1
View File
File diff suppressed because one or more lines are too long