feat: stylistic tweaks for mobile compatibility

This commit is contained in:
David Bailey 2024-01-22 16:14:32 +01:00
parent 614bf9d3b6
commit 8e69a9139f
7 changed files with 366 additions and 10 deletions

View file

@ -8,8 +8,8 @@
{%block content_article%}
{% if subposts|length > 0 %}
<h3>Directory contents:</h3>
<table class="directory">
<caption>Directory contents:</caption>
<tr>
<th></th>
<th class="hsmol_hide">Name</th>

View file

@ -3,9 +3,12 @@
<head>
<title>{{og.site_name}} - {{og.title}}</title>
<link rel="stylesheet" href="/static/dergstyle.css">
<link rel="stylesheet" href="/static/modest.css">
<link rel="stylesheet" href="/static/solarized-dark.css">
<link rel="icon" type="image/x-icon" href="/static/icon.jpeg">
<meta name="viewport" content="width=device-width,initial-scale=0.8">
<meta name="viewport" content="width=device-width,initial-scale=1">
{% block feed_links %}
<link rel="alternate" type="application/rss+xml" title="{{og.site_name}} Global Feed" href="{{site_config.uri_prefix}}/feed">