You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
281 B
Plaintext
10 lines
281 B
Plaintext
// These things are not for design but rather for working in different browser
|
|
// types and window sizes
|
|
|
|
@browser_media-not-big: 800px;
|
|
@browser_media-not-small: 801px;
|
|
|
|
@browser_media-short-screen: 450px;
|
|
@browser_media-narrow-screen: 400px;
|
|
@browser_media-medium-screen: 600px;
|