More sensible styles

respond to viewport size
don't use gigantic font
This commit is contained in:
ansuz 2016-02-10 10:53:56 +01:00
parent b43674eb53
commit 3b0ac3af4c
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<script data-main="main" src="/bower_components/requirejs/require.js"></script>
<style>
html, body{
@ -16,7 +17,7 @@
max-width: 100%;
max-height: 100vh;
font-size: 25px;
font-size: 18px;
background-color: #073642;
color: #839496;