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 6694be7 commit 0af37bdCopy full SHA for 0af37bd
global.css
@@ -1,6 +1,7 @@
1
-
2
body {
3
- margin: 0.5in 1in;
+ max-width: 1000px;
+ margin: 0.5in auto 1in auto;
4
+ padding: 0 1em;
5
background-color: white;
6
color: black;
7
font-size: 16px;
index.html
@@ -3,6 +3,7 @@
<head>
<title>Standard ML Family GitHub Project</title>
<link href="global.css" rel="stylesheet" type="text/css">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
8
9
<body BGCOLOR="ffffff">
0 commit comments