diff options
| author | kdam0 <kumar.damani@mail.utoronto.ca> | 2017-04-16 23:18:19 +0000 |
|---|---|---|
| committer | kdam0 <kumar.damani@mail.utoronto.ca> | 2017-04-16 23:18:19 +0000 |
| commit | 27f1cff089254b678bfcc695ab40b23a6a65a998 (patch) | |
| tree | d2f7aa3f3bb7b05cd5d3dee288eabf0f38d39b1a /assets/css/style1024.css | |
| parent | 8fcfa0c10075148adb0008b63e13ae2660822a77 (diff) | |
added css for specific screen widths
Diffstat (limited to 'assets/css/style1024.css')
| -rw-r--r-- | assets/css/style1024.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/css/style1024.css b/assets/css/style1024.css new file mode 100644 index 0000000..32d5ac0 --- /dev/null +++ b/assets/css/style1024.css @@ -0,0 +1,2 @@ +@media only screen and (min-width: 769px) and (max-width: 1024px) { +} |
