diff --git a/data/css/style.css b/data/css/style.css index 3d1cf836..511c8ae7 100755 --- a/data/css/style.css +++ b/data/css/style.css @@ -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; }