Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
Added meta viewport tag so that mobile devices will not scale the ori…
Browse files Browse the repository at this point in the history
…ginal site, but use responsive css instead
  • Loading branch information
sakarikoivunen committed Sep 11, 2012
1 parent a976c97 commit e019895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2012/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<script src="../media/2012/js/jquery.event.frame.js"></script>
<link href='http://fonts.googleapis.com/css?family=Questrial' rel='stylesheet' type='text/css'>

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel='stylesheet' media="screen and (max-width: 900px)" href='../media/2012/css/moobile.css' />

<link href="../media/2012/bootstrap/css/bootstrap.min.css" rel="stylesheet">
Expand Down

0 comments on commit e019895

Please sign in to comment.