Browse Source

breakpoints

windhamdavid 6 years ago
parent
commit
9ccdac03a6
1 changed files with 30 additions and 0 deletions
  1. 30 0
      style.css

+ 30 - 0
style.css

@@ -1,3 +1,5 @@
+/* @override https://macs.local/cc/wp-content/themes/cc_17/style.css?ver=4.8 */
+
 /*
 Theme Name: Climate Control Systems
 Author: AdServices
@@ -1282,3 +1284,31 @@ footer#colophon > .inner-wrapper {
 	
 }
 .bf_layout_checkbox {margin-right:10px!important;}
+
+
+/* Added by https://davidawindham.com */
+
+    /* Custom, iPhone Retina */ 
+    @media only screen and (min-width : 320px) {
+
+    }
+
+    /* Extra Small Devices, Phones */ 
+    @media only screen and (min-width : 480px) {
+
+    }
+
+    /* Small Devices, Tablets */
+    @media only screen and (min-width : 768px) {
+
+    }
+
+    /* Medium Devices, Desktops */
+    @media only screen and (min-width : 992px) {
+
+    }
+
+    /* Large Devices, Wide Screens */
+    @media only screen and (min-width : 1200px) {
+
+    }