diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-09-02 09:59:16 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-09-02 09:59:16 +0700 |
commit | e619500e1a7668c82e002713f1ef15fa2568e277 (patch) | |
tree | 41b5ff4d308d6906c30b1d4e67b6ad3507cf471d | |
parent | 601f0a3525d49665b2fb0e74032b332b7d5c9ae1 (diff) | |
download | victor-e619500e1a7668c82e002713f1ef15fa2568e277.tar.gz |
Add max width for image
-rw-r--r-- | assets/css/theme.css | 4 |
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; |