
Christian E. answered 03/04/20
Junior Front End Developer (2 Years Experience of teaching / tutoring)
Nope! Try working with different "Media Queries", each can specify the various dimensions you're looking to optimize your styles for. There are also a variety of keywords and attributes that allow for an additional layer of specifications.
Examples:
@media( min-width: 1000px )
@media( max-width: 12em )
@media screen and (min-width: 800px) and ( orientation: landscape )
Good Luck!