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>',
|
var head = ['<head>',
|
||||||
'<meta charset="utf-8">',
|
'<meta charset="utf-8">',
|
||||||
'<title>Cloact: Minimalistic React for ClojureScript</title>',
|
'<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 + '">',
|
'<link rel="stylesheet" href="site/democss.css' + ts + '">',
|
||||||
'</head>'].join('\n');
|
'</head>'].join('\n');
|
||||||
|
|
||||||
|
|
|
@ -29,6 +29,12 @@
|
||||||
.github-badge {
|
.github-badge {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.demo-source {
|
||||||
|
overflow-x: scroll;
|
||||||
|
}
|
||||||
|
.test-output-mini {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.test-output-mini {
|
.test-output-mini {
|
||||||
|
@ -63,7 +69,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.simple-demo, .simple-demo input {
|
.simple-demo, .simple-demo input {
|
||||||
font-size: 17px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.demo-heading {
|
.demo-heading {
|
||||||
|
|
Loading…
Reference in New Issue