Skip to content

Commit 3858cef

Browse files
committed
Fix body width to be fluid (except in IE6) so small-screen users aren't penalized.
1 parent 259cea5 commit 3858cef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ html {
66
}
77

88
body {
9-
width: 480px;
9+
max-width: 480px;
1010
padding: 0 0 40px;
1111
margin: 0 auto;
1212
font: 16px/1.4 Calibri, sans-serif;
1313
color: #222;
1414
background: #fff;
15+
_width: 480px;
1516
}
1617

1718
img {

0 commit comments

Comments
 (0)