Try to make site look at least decent on mobile

This commit is contained in:
Dan Holmsand 2014-01-09 18:04:12 +01:00
parent 5fa400c86a
commit 3a943b0ad2
2 changed files with 8 additions and 1 deletions

View File

@ -20,6 +20,7 @@ var cssFiles = ['examples/todomvc/todos.css',
var head = ['<head>',
'<meta charset="utf-8">',
'<title>Cloact: Minimalistic React for ClojureScript</title>',
'<meta name="viewport" content="width=device-width, initial-scale=1.0" />',
'<link rel="stylesheet" href="site/democss.css' + ts + '">',
'</head>'].join('\n');

View File

@ -29,6 +29,12 @@
.github-badge {
display: none;
}
.demo-source {
overflow-x: scroll;
}
.test-output-mini {
display: none;
}
}
.test-output-mini {
@ -63,7 +69,7 @@
}
.simple-demo, .simple-demo input {
font-size: 17px;
font-size: 18px;
}
.demo-heading {