Compare commits

...

2 Commits

Author SHA1 Message Date
B. Petersen
5d46335066 slightly smaller font size 2023-12-13 15:31:04 +01:00
B. Petersen
da5fcd835f add 'viewport' instructions 2023-12-13 15:30:48 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif;
line-height: 1.4;
font-size: 1.4em;
font-size: 1.2em;
max-width: 800px;
margin: 20px auto;
padding: 0 10px;

View File

@@ -5,6 +5,7 @@
{% if config.webdev %}
<meta http-equiv="refresh" content="3">
{% endif %}
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<title>{{ config.mail_domain }} {{ pagename }}</title>
<link rel="stylesheet" href="./main.css">
<link rel="icon" href="/logo.svg">