diff options
Diffstat (limited to '')
-rw-r--r-- | static/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index a57fad7..5e6d10a 100644 --- a/static/style.css +++ b/static/style.css @@ -50,8 +50,7 @@ footer a:link, footer a:visited { width: 100%; } .padding-wrapper > table { - width: auto; - max-width: 100%; + width: 100%; } a:link, a:visited { text-decoration-color: var(--text-decoration-color); |