This commit is contained in:
sharadcodes 2019-11-25 19:28:20 +05:30
parent 273937d8ec
commit 56c18bbdce
2 changed files with 6 additions and 2 deletions

View File

@ -99,7 +99,7 @@ end
### Small image ### 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. 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. The final element.
``` ```

View File

@ -5,6 +5,10 @@ body {
color: rgb(167, 158, 139) !important; color: rgb(167, 158, 139) !important;
} }
img {
max-width: 100% !important;
}
/* header */ /* header */
header { header {