all repos — site @ b5c4a081f04dc38d8bbae4d1abecfb2dd26fde02

source for my site, found at icyphox.sh

Reduce frills in imgs
Anirudh Oppiliappan x@icyphox.sh
Mon, 22 Mar 2021 23:03:35 +0530
commit

b5c4a081f04dc38d8bbae4d1abecfb2dd26fde02

parent

26b5de36be6ad0af258e8729f401056555dc2ee6

2 files changed, 6 insertions(+), 3 deletions(-)

jump to
M pages/wiki/_index.mdpages/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.cssstatic/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; }