mirror of
https://github.com/markqvist/reticulum_website.git
synced 2024-12-23 14: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 {
|
||||
font-size: 1.1em;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
div.lang_menu {
|
||||
@ -66,6 +66,10 @@ html {
|
||||
scrollbar-color: rgb(170, 170, 170) #fff;
|
||||
scrollbar-color: var(--scrollbar-thumb) var(--background-body);
|
||||
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) {
|
||||
@ -251,7 +255,7 @@ textarea {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2.2em;
|
||||
font-size: 1.85em;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
2
build.py
2
build.py
@ -10,7 +10,7 @@ document_start = """
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/water.css?v=3">
|
||||
<link rel="stylesheet" href="css/water.css?v=5">
|
||||
<meta charset="utf-8"/>
|
||||
<title>Reticulum Network</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
Loading…
Reference in New Issue
Block a user