now it works

master
Ingolf Wagner 2021-09-05 14:18:54 +02:00
parent 0337711c63
commit 83c8aaa239
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
2 changed files with 6 additions and 14 deletions

View File

@ -1,6 +1,7 @@
<html>
<head>
<title> {{ .Title }} </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Roboto|Abel|Inconsolata|Lato|Zilla+Slab" rel="stylesheet">
<link rel="stylesheet" href="/css/main.css">
</head>

View File

@ -10,28 +10,20 @@
@import "custom-iphone.less";
:root {
--screen-size-small: 30em;
}
* {
text-rendering: geometricPrecision;
}
//* {
// text-rendering: geometricPrecision;
//}
html {
-webkit-text-size-adjust: 100%;
font-family: @font-normal;
font-style: normal;
//line-height: 1.5em;
line-height: 1.5;
line-height: 1.5em;
@media @desktop{
font-size: 16px;
background-color: @color-body-background;
}
//font-size: 32px;
font-size: 200%;
//background-color: @color-body-background-mobile;
font-size: 13px;
background-color: @color-body-background;
color: @color-body-font;
}
@ -39,7 +31,6 @@ html {
body {
padding-bottom: 3em;
width: 100%;
header {
width: 100%;