about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2023-09-02 09:59:16 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2023-09-02 09:59:16 +0700
commite619500e1a7668c82e002713f1ef15fa2568e277 (patch)
tree41b5ff4d308d6906c30b1d4e67b6ad3507cf471d
parent601f0a3525d49665b2fb0e74032b332b7d5c9ae1 (diff)
downloadvictor-e619500e1a7668c82e002713f1ef15fa2568e277.tar.gz
Add max width for image
-rw-r--r--assets/css/theme.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/theme.css b/assets/css/theme.css
index 1c10e99..f93b197 100644
--- a/assets/css/theme.css
+++ b/assets/css/theme.css
@@ -2,6 +2,10 @@
     --column-width: 80ch;
 }
 
+img {
+    max-width: 100%;
+}
+
 a.skip-main {
     left: 0;
     position: absolute;