Commit c75b86ec authored by Sindre Sorhus's avatar Sindre Sorhus

Website tweak - forgot to add viewport metatag

parent 48616c0f
......@@ -4,6 +4,7 @@
<meta charset="utf-8">
<title>TodoMVC</title>
<meta name="description" content="A common learning application for popular JavaScript MV* frameworks">
<meta name="viewport" content="width=device-width,initial-scale=1">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
......@@ -97,7 +98,7 @@ had it been designed for web apps">AngularJS</a>
</ul>
</div>
<div class="span3">
<h2>New in TodoMVC 0.3</h2>
<h2>New in version 0.3</h2>
<ul class="vertical-space">
<li>Dojo (MV*) app</li>
<li>Closure (MV*) app</li>
......
......@@ -40,6 +40,7 @@ h2 {
font-size: 20px;
font-weight: normal;
padding: 14px 24px;
width: 160px;
}
.hero-unit .btn-large:first-child {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment