Line 10: | Line 10: | ||
@media screen and (min-width: 1920px) { | @media screen and (min-width: 1920px) { | ||
− | #content {width: | + | #content {width:140%;} |
} | } | ||
@media screen and (min-width: 2048px) { | @media screen and (min-width: 2048px) { | ||
− | #content {width: | + | #content {width:140%;} |
} | } | ||
Line 25: | Line 25: | ||
@media screen and (max-width: 1366px) { | @media screen and (max-width: 1366px) { | ||
− | #content {width: | + | #content {width:100%;} |
} | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 02:30, 7 October 2016