Hopefully fixed display issues with iOS safari.
This commit is contained in:
parent
17d46bdcd5
commit
5e0b30f69e
|
@ -2,7 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=900">
|
<meta name="viewport" content="width=830">
|
||||||
<title>Telebit™ Cloud</title>
|
<title>Telebit™ Cloud</title>
|
||||||
<link href="static-site-assets/styles/main.css" rel="stylesheet">
|
<link href="static-site-assets/styles/main.css" rel="stylesheet">
|
||||||
<link href="static-site-assets/styles/vertical-slide.css" rel="stylesheet">
|
<link href="static-site-assets/styles/vertical-slide.css" rel="stylesheet">
|
||||||
|
|
|
@ -22,6 +22,20 @@
|
||||||
|
|
||||||
.donate-section p {
|
.donate-section p {
|
||||||
margin: 1.77777778em 10%;
|
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;
|
font-size: 18px;
|
||||||
line-height: 1.3333;
|
line-height: 1.3333;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
-webkit-text-size-adjust: none;
|
||||||
|
text-size-adjust: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -191,7 +193,7 @@ a.link-button.wide {
|
||||||
content: ">";
|
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 {}
|
body {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue