RunMyCode Online is an open source service to run code online from browsers
- +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 Online is an open source service to run code online from browsers
- +