diff options
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site4.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/static/site4.css b/src/static/site4.css index 6a23ff40..b4e23cf2 100644 --- a/src/static/site4.css +++ b/src/static/site4.css @@ -549,8 +549,8 @@ a.box:focus:not(:focus-visible) { a.box img { display: block; - width: 100%; - height: 100%; + max-width: 100%; + height: auto; } h1 { @@ -769,7 +769,6 @@ li > ul { background-color: var(--dim-color); color: white; display: inline-block; - width: 100%; height: 100%; } |