viewport
This commit is contained in:
parent
704e4c4294
commit
ccf868ec56
1 changed files with 15 additions and 9 deletions
|
|
@ -4,17 +4,23 @@
|
|||
<head>
|
||||
<title>{% block title %}{{ SITENAME }}{%endblock%}</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/tachyons.min.css" type="text/css" />
|
||||
<style>
|
||||
body {
|
||||
font: 0.75em/1.5 Verdana, AppleGothic, Sans-serif;
|
||||
}
|
||||
a, a:active, a:link, a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
time {
|
||||
font-size: 0.65em;
|
||||
}
|
||||
body {
|
||||
font: 0.75em/1.5 Verdana, AppleGothic, Sans-serif;
|
||||
}
|
||||
|
||||
a,
|
||||
a:active,
|
||||
a:link,
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
time {
|
||||
font-size: 0.65em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue