diff options
Diffstat (limited to 'static/site.css')
-rw-r--r-- | static/site.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/site.css b/static/site.css index 2892dd87..016f74c4 100644 --- a/static/site.css +++ b/static/site.css @@ -335,7 +335,7 @@ a.box:focus:not(:focus-visible) { a.box img { display: block; width: 100%; - height: auto; + height: 100%; } h1 { |