Fixed width for small devices

This commit is contained in:
Remy
2011-08-08 02:55:25 -07:00
parent 7196e52dc7
commit 72076f651f

View File

@@ -102,9 +102,9 @@ a.blue {
container { }
body { background-color: #EBF4FB; min-width: 930px; }
body { background-color: #EBF4FB; min-width: 935px; }
header { min-height: 68px; width: 100%; min-width: 930px; padding-left: 0px; padding-right: 10px; background-color: #CDC9C9; position: fixed; z-index: 998; }
header { min-height: 68px; width: 100%; min-width: 935px; padding-left: 0px; padding-right: 10px; background-color: #CDC9C9; position: fixed; z-index: 998; }
h1 { font-size: 24px; }
h2 { font-size: 20px; }