mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-04 18:59:30 +01:00
Fixed width for small devices
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user