Docs: Resize feeds image (#1485)

* Docs: Resize feeds image

* Docs : Move changes to main file

* Fixed formatting
This commit is contained in:
Rohan Sharma 2021-05-25 19:15:18 +05:30 committed by GitHub
parent 14b1a3570a
commit 4f023d8c70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 3 deletions

View file

@ -18,6 +18,11 @@ body {
min-height: 100vh;
}
img {
max-width: 100%;
height: auto;
}
a {
color: $link-color;
text-decoration: none;