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/theme.xsl | |
| parent | 496e9d847185d7be88ff865e1b9ff55f91ae7d3d (diff) | |
| download | mitjafelicijan.com-90eb532e597babe4d2e91b170af3b46048cfd235.tar.gz | |
Updates to mobile YY template
Diffstat (limited to 'yapyap/theme.xsl')
| -rw-r--r-- | yapyap/theme.xsl | 10 |
1 files changed, 8 insertions, 2 deletions
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> |
