diff options
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> |
