diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-31 18:04:04 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-31 18:04:04 +0100 |
| commit | 89ba3497f07a8ea43d209b583f39fcc286acc923 (patch) | |
| tree | cff4aaa3d27282b3197ccdeda2e2f3d59f6e6f65 /templates/base.html | |
| parent | cc492b31774be0f98ae9152d0f272324c415e4d8 (diff) | |
| download | mitjafelicijan.com-89ba3497f07a8ea43d209b583f39fcc286acc923.tar.gz | |
Theme update
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 17f8fcd..674925c 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -177,6 +177,10 @@ | |||
| 177 | a { | 177 | a { |
| 178 | word-wrap: break-word; | 178 | word-wrap: break-word; |
| 179 | } | 179 | } |
| 180 | |||
| 181 | img, video, audio { | ||
| 182 | padding: 0em; | ||
| 183 | } | ||
| 180 | } | 184 | } |
| 181 | </style> | 185 | </style> |
| 182 | </head> | 186 | </head> |
