aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/Body.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/Body.hs b/css/Body.hs
index 74aa969..0ff8df0 100644
--- a/css/Body.hs
+++ b/css/Body.hs
@@ -16,6 +16,7 @@ style :: Css
style = do
".Body__Container" ** p ? do
+ Media.desktop $ marginRight (pct 20)
lineHeight (px 28)
".Body__Container" ** ul ? do