From 3e3f74d0f370cfc65f4a08e74b01597b9ab7fd65 Mon Sep 17 00:00:00 2001 From: Shatrughn Gupta Date: Sun, 9 Jul 2017 21:49:13 +0530 Subject: [PATCH] fix: make it responsive --- css/style.css | 7 ++++--- index.html | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index e636dcf..df774de 100644 --- a/css/style.css +++ b/css/style.css @@ -4,7 +4,8 @@ html, body { } body { - width: 750px; + font-size: 18px; + max-width: 800px; margin: 0 auto; color: black; font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; @@ -42,14 +43,14 @@ header a:hover, footer a:hover { } main { - padding-bottom: 65px; /* Height of the footer element + 10px padding */ + padding-bottom: 70px; /* Height of the footer element + 10px padding */ } footer { left: 0; bottom: 0; width: 100%; - height: 55px; + height: 60px; position: absolute; text-align: center; border-top: 1px solid black; diff --git a/index.html b/index.html index 82c6540..63ff2d3 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@

RunMyCode

RunMyCode Online is an open source service to run code online from browsers

- +

Get a key by authenticating below. Why?