added responsive meta

This commit is contained in:
Peter Hedenskog 2012-08-07 22:15:12 +02:00
parent 8c1806c46d
commit bc74bdaf58
1 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>$document.getRootElement().getAttribute("host").getValue()</title>
<meta name="description" content="$pageDescription">
<link rel="stylesheet" href="css/bootstrap.min.css">
@ -21,6 +22,12 @@
footer p {
text-align: center;
}
@media (max-width: 979px) {
body {
padding-top: 0px;
}
}
</style>