diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2020-12-09 17:28:00 -0400 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2020-12-09 17:28:00 -0400 |
commit | 1efc241820044a870529847ab1e456979c4fd375 (patch) | |
tree | 17a3ce7044ef5ec7279cf54257084e2089c64b39 /static | |
parent | a4e7a01c2781b2e21b797da112692ee77a3acc56 (diff) |
minor tweaks
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 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 { |