From 686074f6cd536482577a70d323e59e04f275baed Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Mon, 12 Mar 2018 16:16:49 -0400 Subject: [PATCH] Set max-width for images --- docs/themes/coral/source/css/talk.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/themes/coral/source/css/talk.scss b/docs/themes/coral/source/css/talk.scss index 06ddf7557..391337876 100644 --- a/docs/themes/coral/source/css/talk.scss +++ b/docs/themes/coral/source/css/talk.scss @@ -15,6 +15,9 @@ body { } } +img { + max-width: 800px; +} #graphql-docs { & > div > div { @@ -444,4 +447,4 @@ a.brand { .plugin { display: none; -} \ No newline at end of file +}