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;
@ -90,4 +95,4 @@ p code, li code {
border-radius: 5px;
font-size: 0.85rem;
box-shadow: 0 1px 3px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.1), 0 2px 1px -1px rgba(0,0,0,.12);
}
}

View file

@ -9,7 +9,7 @@
* IE on Windows Phone and in iOS.
*/
html {
html {
line-height: 1.15; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
@ -444,4 +444,4 @@ template {
[hidden] {
display: none;
}
}