aboutsummaryrefslogtreecommitdiff
path: root/static/main.css
diff options
context:
space:
mode:
authorKaran Jayachandra <me@karanj.com>2026-04-20 08:53:20 +0200
committerKaran Jayachandra <me@karanj.com>2026-04-20 08:53:20 +0200
commit25036063ed8d635919a342d09b559e00e2335830 (patch)
tree6fb5b8848ef06d01c5ac765a6eb027ce88993792 /static/main.css
parent2cb2985b33e01a4f6160ffad5a194ea0d61e2851 (diff)
parentb3194a1bef5062ed1304c7e68811656a1ce9f4ed (diff)
Merge branch 'develop' into 'main'
Develop See merge request KaranJayachandra/karanjayachandra.gitlab.io!15
Diffstat (limited to 'static/main.css')
-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%;