mirror of
https://git.coolaj86.com/coolaj86/telebit-relay.js.git
synced 2025-04-21 19:10:37 +00:00
Hopefully fixed display issues with iOS safari.
This commit is contained in:
parent
17d46bdcd5
commit
5e0b30f69e
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=900">
|
||||
<meta name="viewport" content="width=830">
|
||||
<title>Telebit™ Cloud</title>
|
||||
<link href="static-site-assets/styles/main.css" rel="stylesheet">
|
||||
<link href="static-site-assets/styles/vertical-slide.css" rel="stylesheet">
|
||||
|
@ -22,6 +22,20 @@
|
||||
|
||||
.donate-section p {
|
||||
margin: 1.77777778em 10%;
|
||||
font-size: 1.6em;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
h2 {
|
||||
font-size: 1.9em;
|
||||
}
|
||||
|
||||
.quickstart-step-name {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.5em;
|
||||
}
|
@ -3,6 +3,8 @@ body{
|
||||
font-size: 18px;
|
||||
line-height: 1.3333;
|
||||
margin: 0;
|
||||
-webkit-text-size-adjust: none;
|
||||
text-size-adjust: none;
|
||||
}
|
||||
|
||||
a {
|
||||
@ -191,7 +193,7 @@ a.link-button.wide {
|
||||
content: ">";
|
||||
}
|
||||
|
||||
h2 {text-align: center;font-size: 1.777778em;margin: 0 0 1.25em 0;}
|
||||
h2 {text-align: center;font-size: 1.77778em;margin: 0 0 1.25em 0;}
|
||||
|
||||
body {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user