From 56c18bbdce556e0427285461f19d54cc0dbca83e Mon Sep 17 00:00:00 2001 From: sharadcodes Date: Mon, 25 Nov 2019 19:28:20 +0530 Subject: [PATCH] up --- all_collections/_posts/2019-11-11-Jekyll.md | 4 ++-- assets/css/custom.css | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/all_collections/_posts/2019-11-11-Jekyll.md b/all_collections/_posts/2019-11-11-Jekyll.md index c4d6a71..244b106 100644 --- a/all_collections/_posts/2019-11-11-Jekyll.md +++ b/all_collections/_posts/2019-11-11-Jekyll.md @@ -99,7 +99,7 @@ end ### Small image -![Octocat](https://assets-cdn.github.com/images/icons/emoji/octocat.png) +![Octocat](https://www.codingindian.codes/assets/uploads/pro.jpg) ``` Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long.Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. @@ -107,4 +107,4 @@ Long, single-line code blocks should not wrap. They should horizontally scroll i ``` The final element. -``` \ No newline at end of file +``` diff --git a/assets/css/custom.css b/assets/css/custom.css index 62f7827..3ef6b27 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -5,6 +5,10 @@ body { color: rgb(167, 158, 139) !important; } +img { + max-width: 100% !important; +} + /* header */ header {