From 90eb532e597babe4d2e91b170af3b46048cfd235 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 29 Jan 2022 10:02:01 +0100 Subject: Updates to mobile YY template --- yapyap/theme.xsl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'yapyap/theme.xsl') diff --git a/yapyap/theme.xsl b/yapyap/theme.xsl index 387eb52..f9af006 100644 --- a/yapyap/theme.xsl +++ b/yapyap/theme.xsl @@ -35,7 +35,7 @@ body { font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif; - font-size: 14px; + font-size: 13px; line-height: 140%; background: #fff; } @@ -73,7 +73,7 @@ max-width: var(--base-document-width); margin: 0 auto; padding: 20px; - padding-top: 110px; + padding-top: 100px; } article { @@ -122,6 +122,12 @@ } } + @media only screen and (max-width: 600px) { + body { + font-size: 12px; + } + } + -- cgit v1.2.3