Fixed little issue with tag page headings
For some reason changing from skeleton 1.2 -> 2.04 broke the "tagged"
image displayed before h1's on the tag pages.
See commit 06114cf
Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
This commit is contained in:
parent
0b82fc7874
commit
843c0f3f69
@ -154,7 +154,7 @@ tagPageHeading = do
|
||||
backgroundSize contain
|
||||
backgroundRepeat noRepeat
|
||||
backgroundPosition $ positioned (pct 50) (pct 50)
|
||||
sym2 padding (px 24) (px 39)
|
||||
sym padding (px 30)
|
||||
margin nil (em 0.35) nil (em 0.1)
|
||||
|
||||
srcCodeBlock :: Css
|
||||
|
Loading…
Reference in New Issue
Block a user