Quantcast
Channel: Twine Forum
Viewing all articles
Browse latest Browse all 3830

Media queries in SugarCube

$
0
0
Hi,

Long time no post,

But I'm trying to embiggen the text box area on large screens because it's super tiny atm, but my media query doesn't seem to be applying:
@media screen and (min-width: 2000px) {.passage{max-width: 900px}}

If I put this directly into the .passage css it works to change it for all screens, so there must be something I am missing.

Viewing all articles
Browse latest Browse all 3830

Trending Articles