From ae3374e3c7d2d33bd12b78cd0d7a0f15069cac51 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Sat, 13 Sep 2014 17:47:43 -0700 Subject: [PATCH] More egg-samples --- index.html | 2 ++ main.css | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 0ac5db541..fe7841228 100644 --- a/index.html +++ b/index.html @@ -39,6 +39,8 @@ Simple API, no dependencies – yet super-fast on all major browsers.
+
+
diff --git a/main.css b/main.css index 56c563f83..8a60bd0b0 100644 --- a/main.css +++ b/main.css @@ -103,6 +103,7 @@ body { box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); min-height: 400px; position: relative; + padding: 10px 0; } .subtagline { @@ -114,6 +115,7 @@ body { } .main .example { - font-size: 22px; + font-size: 15px; text-align: center; + margin: 30px 0; }