diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-01-29 10:02:01 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-01-29 10:02:01 +0100 |
| commit | 90eb532e597babe4d2e91b170af3b46048cfd235 (patch) | |
| tree | c90d1ff1e6a74297548a602e761852a06b4eb1cd /yapyap | |
| parent | 496e9d847185d7be88ff865e1b9ff55f91ae7d3d (diff) | |
| download | mitjafelicijan.com-90eb532e597babe4d2e91b170af3b46048cfd235.tar.gz | |
Updates to mobile YY template
Diffstat (limited to 'yapyap')
| -rw-r--r-- | yapyap/feed.yaml | 2 | ||||
| -rw-r--r-- | yapyap/template.xml | 2 | ||||
| -rw-r--r-- | yapyap/theme.xsl | 10 | ||||
| -rw-r--r-- | yapyap/yapyap.xml | 4 |
4 files changed, 12 insertions, 6 deletions
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: | |||
| 25 | https://git.mitjafelicijan.com/yapyap.git/ | 25 | https://git.mitjafelicijan.com/yapyap.git/ |
| 26 | date: Sat, 29 Jan 2022 08:00:00 EST | 26 | date: Sat, 29 Jan 2022 08:00:00 EST |
| 27 | 27 | ||
| 28 | - text: It has to start somewhere! 🖖 | 28 | - text: It has to start somewhere! 🖖🤯🥷🦄 |
| 29 | date: Fri, 28 Jan 2022 08:00:00 EST | 29 | date: Fri, 28 Jan 2022 08:00:00 EST |
| 30 | image: /assets/yapyap/hello.png | 30 | 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 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <?xml-stylesheet type="text/xsl" href="theme.xsl"?> | 2 | <?xml-stylesheet type="text/xsl" href="theme.xsl?v=2"?> |
| 3 | <rss version="2.0"> | 3 | <rss version="2.0"> |
| 4 | <channel> | 4 | <channel> |
| 5 | 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 @@ | |||
| 35 | 35 | ||
| 36 | body { | 36 | body { |
| 37 | font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif; | 37 | font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif; |
| 38 | font-size: 14px; | 38 | font-size: 13px; |
| 39 | line-height: 140%; | 39 | line-height: 140%; |
| 40 | background: #fff; | 40 | background: #fff; |
| 41 | } | 41 | } |
| @@ -73,7 +73,7 @@ | |||
| 73 | max-width: var(--base-document-width); | 73 | max-width: var(--base-document-width); |
| 74 | margin: 0 auto; | 74 | margin: 0 auto; |
| 75 | padding: 20px; | 75 | padding: 20px; |
| 76 | padding-top: 110px; | 76 | padding-top: 100px; |
| 77 | } | 77 | } |
| 78 | 78 | ||
| 79 | article { | 79 | article { |
| @@ -122,6 +122,12 @@ | |||
| 122 | } | 122 | } |
| 123 | } | 123 | } |
| 124 | 124 | ||
| 125 | @media only screen and (max-width: 600px) { | ||
| 126 | body { | ||
| 127 | font-size: 12px; | ||
| 128 | } | ||
| 129 | } | ||
| 130 | |||
| 125 | </style> | 131 | </style> |
| 126 | 132 | ||
| 127 | </head> | 133 | </head> |
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 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <?xml-stylesheet type="text/xsl" href="theme.xsl"?> | 2 | <?xml-stylesheet type="text/xsl" href="theme.xsl?v=2"?> |
| 3 | <rss version="2.0"> | 3 | <rss version="2.0"> |
| 4 | <channel> | 4 | <channel> |
| 5 | 5 | ||
| @@ -46,7 +46,7 @@ | |||
| 46 | <item> | 46 | <item> |
| 47 | 47 | ||
| 48 | <guid>3</guid> | 48 | <guid>3</guid> |
| 49 | <description>It has to start somewhere! 🖖</description> | 49 | <description>It has to start somewhere! 🖖🤯🥷🦄</description> |
| 50 | <pubDate>Fri, 28 Jan 2022 08:00:00 EST</pubDate> | 50 | <pubDate>Fri, 28 Jan 2022 08:00:00 EST</pubDate> |
| 51 | 51 | ||
| 52 | 52 | ||
