diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html index f5cb386..6e0e50e 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -95,6 +95,19 @@ | |||
| 95 | font-family: monospace; | 95 | font-family: monospace; |
| 96 | } | 96 | } |
| 97 | 97 | ||
| 98 | figure { | ||
| 99 | margin-inline-start: 0; | ||
| 100 | margin-inline-end: 0; | ||
| 101 | } | ||
| 102 | |||
| 103 | figcaption { | ||
| 104 | text-align: center; | ||
| 105 | } | ||
| 106 | |||
| 107 | figcaption p { | ||
| 108 | margin: 0.3em 0 0 0; | ||
| 109 | } | ||
| 110 | |||
| 98 | img, video, audio { | 111 | img, video, audio { |
| 99 | max-width: 100%; | 112 | max-width: 100%; |
| 100 | } | 113 | } |
| @@ -167,14 +180,14 @@ | |||
| 167 | You can write me an email | 180 | You can write me an email |
| 168 | at <a href="mailto:m@mitjafelicijan.com">m@mitjafelicijan.com</a> or | 181 | at <a href="mailto:m@mitjafelicijan.com">m@mitjafelicijan.com</a> or |
| 169 | catch up with me <a href="https://telegram.me/mitjafelicijan" | 182 | catch up with me <a href="https://telegram.me/mitjafelicijan" |
| 170 | target="_blank">on Telegram</a>. | 183 | target="_blank">on Telegram</a>. |
| 171 | </p> | 184 | </p> |
| 172 | <hr> | 185 | <hr> |
| 173 | <p>This website does not track you. Content is made available under | 186 | <p>This website does not track you. Content is made available under |
| 174 | the <a href="https://creativecommons.org/licenses/by/4.0/" | 187 | the <a href="https://creativecommons.org/licenses/by/4.0/" |
| 175 | target="_blank" rel="noreferrer">CC BY 4.0 license</a> unless specified | 188 | target="_blank" rel="noreferrer">CC BY 4.0 license</a> unless specified |
| 176 | otherwise. Blog is also available as <a href="/index.xml" | 189 | otherwise. Blog is also available as <a href="/index.xml" |
| 177 | target="_blank">RSS feed</a>. | 190 | target="_blank">RSS feed</a>. |
| 178 | </p> | 191 | </p> |
| 179 | </footer> | 192 | </footer> |
| 180 | </body> | 193 | </body> |
