We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711ce18 commit 9baa398Copy full SHA for 9baa398
index.html
@@ -1,13 +1,17 @@
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
+ <meta name="viewport" content="width=device-width, initial-scale=1">
5
+
6
<style>
7
/* SIMPLE DEMO STYLES */
8
body {
- font-family: helvetica;
9
+ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
10
+ font-size: 12px;
11
+ line-height: 1.6;
12
}
13
.container {
- margin: 100px auto;
14
+ margin: 50px;
15
max-width: 700px;
16
17
.container img {
@@ -18,6 +22,15 @@
18
22
float: left;
19
23
margin: 20px 20px 20px -80px;
20
24
25
+ @media (min-width: 750px) {
26
+ body {
27
+ font-size: 16px;
28
29
+ }
30
+ .container {
31
+ margin: 100px auto;
32
33
21
34
</style>
35
<link rel="stylesheet" type="text/css" href="css/zoom.css">
36
</head>
0 commit comments