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/feed.yaml | 2 +- yapyap/template.xml | 2 +- yapyap/theme.xsl | 10 ++++++++-- yapyap/yapyap.xml | 4 ++-- 4 files changed, 12 insertions(+), 6 deletions(-) (limited to 'yapyap') diff --git a/yapyap/feed.yaml b/yapyap/feed.yaml index 5470cab..b7088f9 100644 --- a/yapyap/feed.yaml +++ b/yapyap/feed.yaml @@ -25,6 +25,6 @@ posts: https://git.mitjafelicijan.com/yapyap.git/ date: Sat, 29 Jan 2022 08:00:00 EST - - text: It has to start somewhere! 🖖 + - text: It has to start somewhere! 🖖🤯🥷🦄 date: Fri, 28 Jan 2022 08:00:00 EST image: /assets/yapyap/hello.png diff --git a/yapyap/template.xml b/yapyap/template.xml index 04bfcab..3333cc8 100644 --- a/yapyap/template.xml +++ b/yapyap/template.xml @@ -1,5 +1,5 @@ - + 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; + } + } + diff --git a/yapyap/yapyap.xml b/yapyap/yapyap.xml index b80e14d..e001a99 100644 --- a/yapyap/yapyap.xml +++ b/yapyap/yapyap.xml @@ -1,5 +1,5 @@ - + @@ -46,7 +46,7 @@ 3 - It has to start somewhere! 🖖 + It has to start somewhere! 🖖🤯🥷🦄 Fri, 28 Jan 2022 08:00:00 EST -- cgit v1.2.3