New grids

This commit is contained in:
Mike Francis 2013-07-01 22:42:22 +01:00
parent 9f029ec70d
commit d35602d079
7 changed files with 257 additions and 226 deletions

View file

@ -2,7 +2,7 @@
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0" />
<meta name="HandheldFriendly" content="true" />
<title><?php wp_title( ' &ndash; ', true, 'right' ); bloginfo( 'name' ); ?></title>
<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>" />