mirror of https://github.com/status-im/reagent.git
Try to make site look at least decent on mobile
This commit is contained in:
parent
5fa400c86a
commit
3a943b0ad2
|
@ -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');
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue