From bd5233a6369f6996f42158eec926d41365987f49 Mon Sep 17 00:00:00 2001 From: James Spinella Date: Sun, 8 Mar 2015 00:46:53 -0500 Subject: [PATCH] v1.2 --- specific.css | 53 ---------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 specific.css diff --git a/specific.css b/specific.css deleted file mode 100644 index cc1a45c..0000000 --- a/specific.css +++ /dev/null @@ -1,53 +0,0 @@ -/* - Jatsby Framework v1.1 - Released October 22, 2014 - under the MIT License - Updated February 26, 2015 - Copyright 2015 Jatsby - https://jatsby.com/ -*/ - - -/*=======================================*/ -/* 600 Breakpoint */ -/*=======================================*/ -/* 600px- 899px */ -/* For tablets in portrait */ -/* iPad, Nexus 7, Nexus 10 */ -/*=======================================*/ - -@media (min-width: 600px) { - - - -} - - -/*=======================================*/ -/* 900 Breakpoint */ -/*=======================================*/ -/* 900px- 1200px */ -/* For tablets in landscape */ -/* iPad, Nexus 7, Nexus 10, Surface Pro */ -/*=======================================*/ - -@media (min-width: 900px) { - - - -} - - -/*=======================================*/ -/* 1201 Breakpoint */ -/*=======================================*/ -/* 1201px+ */ -/* For full-size computers */ -/* MacBook Pro, iMac */ -/*=======================================*/ - -@media (min-width: 1201px) { - - - -}