Explorar el Código

More tweaks, try to fix landscape mode.

master
Ben Kurtovic hace 9 años
padre
commit
cfa8c3bdb1
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      _layouts/base.html
  2. +1
    -1
      static/main.css

+ 1
- 1
_layouts/base.html Ver fichero

@@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>{% if page.title != "Home" %}{{ page.title }} - {% endif %}Ben Kurtovic</title> <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="icon" type="image/png" href="/static/favicon.png" />
<link rel="stylesheet" href="/static/main.css" /> <link rel="stylesheet" href="/static/main.css" />
<link rel="stylesheet" href="/static/syntax.css" /> <link rel="stylesheet" href="/static/syntax.css" />


+ 1
- 1
static/main.css Ver fichero

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

Cargando…
Cancelar
Guardar