From 91ce331dc564d48cbf8550263f2b4b7450f20c67 Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 22 Jun 2017 17:52:54 -0700 Subject: [PATCH] Center emulator --- docs/css/style.css | 13 ++++++++++++- docs/index.html | 10 ++++++---- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/docs/css/style.css b/docs/css/style.css index 0f39dfc..1265495 100755 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -1128,8 +1128,19 @@ h1, h2, h3, h4, h5, h6 { animation-fill-mode: both; } +.phone { + display: flex; + flex-direction: column; + align-items: center; + align-content: center; +} + .iphone > iframe { - margin: 0 auto; + align-self: center; +} + +.help-me { + } /*# sourceMappingURL=style.css.map */ diff --git a/docs/index.html b/docs/index.html index dbd4d5e..da54311 100644 --- a/docs/index.html +++ b/docs/index.html @@ -156,7 +156,7 @@

Built with React Native

-
+

Demo

@@ -166,9 +166,11 @@

You can demo the app without downloading it below. Make sure to allow locati

-
- -
+
+
+ +
+