mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #8770 from goshakkk/guides-img-fix
Fix img width in guides
This commit is contained in:
commit
7d365135a3
1 changed files with 4 additions and 0 deletions
|
@ -83,6 +83,10 @@ table th {
|
||||||
padding: 0.5em 1em;
|
padding: 0.5em 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Structure and Layout
|
/* Structure and Layout
|
||||||
--------------------------------------- */
|
--------------------------------------- */
|
||||||
|
|
Loading…
Reference in a new issue