Skip to content

Commit

Permalink
use auto margins in global.css; add viewport to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jiffygist committed Oct 16, 2023
1 parent 6694be7 commit 0af37bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions global.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

body {
margin: 0.5in 1in;
max-width: 1000px;
margin: 0.5in auto 1in auto;
padding: 0 1em;
background-color: white;
color: black;
font-size: 16px;
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

<body BGCOLOR="ffffff">
Expand Down

0 comments on commit 0af37bd

Please sign in to comment.