commit c2a7f6cf016a83da0aab2c95200abb452bb241f2 parent 91a5830213716de83d78e9537e2f7b65c981a042 Author: rob <rob@tarina.org> Date: Thu, 20 Feb 2025 11:29:53 +0200 yesa Diffstat:
M | public_html/static/robstyle.css | | | 7 | +++++++ |
M | public_html/static/splash.css | | | 7 | +++++++ |
2 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/public_html/static/robstyle.css b/public_html/static/robstyle.css @@ -182,6 +182,13 @@ img max-width: 900px; } +#visitors img +{ + border-radius: 0px; + width: auto; + max-width: auto; +} + #container { margin: 0px auto; diff --git a/public_html/static/splash.css b/public_html/static/splash.css @@ -184,6 +184,13 @@ img max-width: 900px; } +#visitors img +{ + border-radius: 0px; + width: auto; + max-width: auto; +} + #container { margin: 0px auto;