diff options
author | Francesco Tomaselli <tomaselli.fr@gmail.com> | 2024-11-18 22:14:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-18 22:14:35 +0100 |
commit | bd2e58d4b89d5f641af339636f6d2c78210fa1dd (patch) | |
tree | 80978b106d16221e1cc7da3a1f857c808c634d53 /assets/css/vars.css | |
parent | f025f972e0b1ffb8df288be632bb3c34a58b66e8 (diff) | |
parent | 97936e3070c707fd2db6aa1c3db092aa159563f2 (diff) |
Merge pull request #48 from runofthemillgeek/feat/img-width-height-attrs
Add width and height attrs for local images
Diffstat (limited to 'assets/css/vars.css')
-rw-r--r-- | assets/css/vars.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/vars.css b/assets/css/vars.css index 837acf7..9a6584f 100644 --- a/assets/css/vars.css +++ b/assets/css/vars.css @@ -53,6 +53,7 @@ /* Content */ --content-height: calc(100vh - var(--footer-height)); + --figure-img-max-height: 500px; /* Tables */ --table-cell-padding: .5rem; |