diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-31 13:48:54 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-31 13:48:54 +0100 |
| commit | fd3a6a3730d4078f6be4239a9c24c9747ef9d555 (patch) | |
| tree | 074768d86f2d00c4c84410c61e71f5c55e08dc4c /templates/base.html | |
| parent | 7155ee3591cf1e610ec5e0f3de1c75be86cf0993 (diff) | |
| download | mitjafelicijan.com-fd3a6a3730d4078f6be4239a9c24c9747ef9d555.tar.gz | |
Theme update
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html index 5fb7023..4c43811 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -129,15 +129,15 @@ | |||
| 129 | margin-inline-end: 0; | 129 | margin-inline-end: 0; |
| 130 | } | 130 | } |
| 131 | 131 | ||
| 132 | figure img { | ||
| 133 | } | ||
| 134 | |||
| 135 | figcaption { | 132 | figcaption { |
| 133 | width: 800px; | ||
| 134 | max-width: 100%; | ||
| 136 | text-align: center; | 135 | text-align: center; |
| 137 | } | 136 | } |
| 138 | 137 | ||
| 139 | figcaption p { | 138 | figcaption p { |
| 140 | margin: 0.3em 0 0 0; | 139 | margin: 0.3em 0 1.5em 0; |
| 140 | font-style: italic; | ||
| 141 | } | 141 | } |
| 142 | 142 | ||
| 143 | img, video, audio { | 143 | img, video, audio { |
