diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2020-12-09 17:35:31 -0400 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2020-12-09 17:35:31 -0400 |
commit | e4adc8f3996ce63d7a7eba23f3806a4db2a75200 (patch) | |
tree | ea5f833987c383a2471f3adec9b395c6d88766d4 /static | |
parent | 1efc241820044a870529847ab1e456979c4fd375 (diff) |
this can't change oops :P
it hecks up lazy loading!
Diffstat (limited to 'static')
-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 016f74c4..2892dd87 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: 100%; + height: auto; } h1 { |