From c60a7759c7705dab60b4e89cc7eb1f8cd22a19b8 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 23 Feb 2014 21:30:59 -0500 Subject: [PATCH] Give the mobile version a header. --- core.css | 2 +- hosted.css | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/core.css b/core.css index 443aebb..0247aad 100644 --- a/core.css +++ b/core.css @@ -88,7 +88,7 @@ hr { } li { - margin-bottom: 2em; + margin-bottom: 1.4em; } li input { diff --git a/hosted.css b/hosted.css index 26c0fd3..c387c4d 100644 --- a/hosted.css +++ b/hosted.css @@ -50,10 +50,14 @@ iframe { body { background-color: #FFF; width: 100%; + font-size: 1.1em; } h1 { font-size: 1.5em; + background-color: hsl(0, 0%, 23%); + color: white; + padding: .2em; } p { display: none; @@ -67,7 +71,7 @@ iframe { } iframe#core { - height: 30em; + height: 25em; } iframe#options { -- 2.22.5