From 3aca5965dce7c4cd2bf8f66588ba1214a102d854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Sj=C3=B6lander?= Date: Tue, 13 Feb 2018 07:34:40 -0800 Subject: [PATCH] Fix sizing of playground in landing page Reviewed By: danielbuechele Differential Revision: D6976272 fbshipit-source-id: e9cf8582aa4f8d97190b40d5b7cf219ff1ef8ae5 --- website/src/pages/index.js | 2 +- website/src/templates/index.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 9bdaf381..62118be2 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -51,7 +51,7 @@ const HeroSection = () => ( ); const PlaygroundSection = () => ( - + diff --git a/website/src/templates/index.css b/website/src/templates/index.css index 0ae1f74c..a343e327 100644 --- a/website/src/templates/index.css +++ b/website/src/templates/index.css @@ -1,4 +1,4 @@ -.doc-block, .playground { +.doc-block.playground { height: 1vh; }