mirror of
https://github.com/markqvist/reticulum_website.git
synced 2025-01-11 15:39:33 -05:00
Disabled font inflation on mobile
This commit is contained in:
parent
4f34f4b876
commit
7ce22beda8
@ -29,7 +29,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.top_menu {
|
div.top_menu {
|
||||||
font-size: 1.1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.lang_menu {
|
div.lang_menu {
|
||||||
@ -66,6 +66,10 @@ html {
|
|||||||
scrollbar-color: rgb(170, 170, 170) #fff;
|
scrollbar-color: rgb(170, 170, 170) #fff;
|
||||||
scrollbar-color: var(--scrollbar-thumb) var(--background-body);
|
scrollbar-color: var(--scrollbar-thumb) var(--background-body);
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
|
text-size-adjust: none;
|
||||||
|
-webkit-text-size-adjust: none;
|
||||||
|
-moz-text-size-adjust: none;
|
||||||
|
-ms-text-size-adjust: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
@ -251,7 +255,7 @@ textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2.2em;
|
font-size: 1.85em;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
build.py
2
build.py
@ -10,7 +10,7 @@ document_start = """
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="css/water.css?v=3">
|
<link rel="stylesheet" href="css/water.css?v=5">
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Reticulum Network</title>
|
<title>Reticulum Network</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
Loading…
Reference in New Issue
Block a user