Skip to content

Commit

Permalink
fix: set max width for doc image (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: William Huang <ai.william@outlook.com>
  • Loading branch information
hex2dec committed Feb 6, 2020
1 parent 6ed67ed commit c56e8d1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ustackdocstheme/theme/ustackdocs/static/css/ustackdocs.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,10 @@ a.navbar-brand {
margin-left: 15px;
}
}
/* End of Header Navigation */
/* End of Header Navigation */

/* Docs Body */
.docs-body img {
max-width: 100%;
}
/* End of Docs Body */

0 comments on commit c56e8d1

Please sign in to comment.