Browse Source

More tweaks, try to fix landscape mode.

master
Ben Kurtovic 9 years ago
parent
commit
cfa8c3bdb1
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      _layouts/base.html
  2. +1
    -1
      static/main.css

+ 1
- 1
_layouts/base.html View File

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>{% if page.title != "Home" %}{{ page.title }} - {% endif %}Ben Kurtovic</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width">
<link rel="icon" type="image/png" href="/static/favicon.png" />
<link rel="stylesheet" href="/static/main.css" />
<link rel="stylesheet" href="/static/syntax.css" />


+ 1
- 1
static/main.css View File

@@ -239,6 +239,6 @@ pre code {
#footer {
margin-bottom: 1.5em;
color: #444;
font-size: 85%;
font-size: 14px;
text-align: center;
}

Loading…
Cancel
Save