From 0d1b89be505b6d2642c528bd6aead28fa3ed5d41 Mon Sep 17 00:00:00 2001 From: unknown <=> Date: Thu, 31 May 2018 17:28:10 -0500 Subject: [PATCH] img max-width 100% --- Bonobo.Git.Server/Content/Site.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Bonobo.Git.Server/Content/Site.css b/Bonobo.Git.Server/Content/Site.css index cfe2d1d8e..d17225512 100644 --- a/Bonobo.Git.Server/Content/Site.css +++ b/Bonobo.Git.Server/Content/Site.css @@ -18,6 +18,8 @@ th a:hover { text-decoration: none; color: #4183c4; } .pure-table thead { background: none; } .pure-table th { font-weight: 300; } +.markdown img{max-width:100%;} + pre code { font-family: Consolas, monospace; } .field-validation-error { color: #a94442; margin-left: 0.7em; }