up
This commit is contained in:
parent
273937d8ec
commit
56c18bbdce
@ -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.
|
||||
```
|
||||
```
|
||||
|
@ -5,6 +5,10 @@ body {
|
||||
color: rgb(167, 158, 139) !important;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
/* header */
|
||||
|
||||
header {
|
||||
|
Loading…
Reference in New Issue
Block a user