aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/main.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/main.css b/static/main.css
index c698b25..2d0ad77 100644
--- a/static/main.css
+++ b/static/main.css
@@ -29,10 +29,10 @@ h1, h2, h3 {
a {
color: var(--theme-color);
}
-body img {
+img {
display: block;
margin: auto;
- max-width: 100%;
+ width: 100%;
}
nav ul, nav ol {
padding: 0%;