Reduce frills in imgs
Anirudh Oppiliappan x@icyphox.sh
Mon, 22 Mar 2021 23:03:35 +0530
2 files changed,
6 insertions(+),
3 deletions(-)
M
pages/wiki/_index.md
→
pages/wiki/_index.md
@@ -1,7 +1,7 @@
--- title: Wiki subtitle: Ideas, beliefs and thoughts. -date: 2021-03-21 +date: 2021-03-22 template: page.html ---@@ -13,3 +13,4 @@ - [friends](/wiki/friends)
- [todo](/wiki/todo) - [tools](/wiki/tools) - [cwm](/wiki/tools/cwm) + - [laptop](/wiki/tools/laptop)
M
static/style.css
→
static/style.css
@@ -267,9 +267,11 @@
img { max-width: 100%; margin: 0 auto; +} + +article img { + max-width: 100%; /* display: block; */ - border: 0px solid transparent; - border-radius: 5px; }