(23 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
#content { padding:0px; width:140%; margin-top:-3px; margin-left:0px;} | #content { padding:0px; width:140%; margin-top:-3px; margin-left:0px;} | ||
− | @media screen and (min-width: | + | @media screen and (min-width: 1920px) { |
#content {width:140%;} | #content {width:140%;} | ||
} | } | ||
− | + | ||
− | @media screen and (max-width: | + | @media screen and (min-width: 2048px) { |
+ | #content {width:140%;} | ||
+ | } | ||
+ | @media screen and (max-width: 1920px) { | ||
#content {width:100%;} | #content {width:100%;} | ||
} | } | ||
+ | @media screen and (max-width: 1080px) { | ||
+ | #content {width:140%;} | ||
+ | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 02:39, 7 October 2016