Skip to content

Commit 0af37bd

Browse files
committed
use auto margins in global.css; add viewport to index.html
1 parent 6694be7 commit 0af37bd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

global.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
21
body {
3-
margin: 0.5in 1in;
2+
max-width: 1000px;
3+
margin: 0.5in auto 1in auto;
4+
padding: 0 1em;
45
background-color: white;
56
color: black;
67
font-size: 16px;

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<title>Standard ML Family GitHub Project</title>
55
<link href="global.css" rel="stylesheet" type="text/css">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
67
</head>
78

89
<body BGCOLOR="ffffff">

0 commit comments

Comments
 (0)