From b3967c83cbdba7f44c2ecef09d3e80801106ac81 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 11 Aug 2015 22:56:34 -0400 Subject: Update to Tiny CSS --- _sass/_respond.scss | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 _sass/_respond.scss (limited to '_sass/_respond.scss') diff --git a/_sass/_respond.scss b/_sass/_respond.scss deleted file mode 100644 index 863767a..0000000 --- a/_sass/_respond.scss +++ /dev/null @@ -1,43 +0,0 @@ -// Set up default container -.container { - display: block; - margin-left: auto; - margin-right: auto; - margin-top: 0; - margin-bottom: 0; -} - -// If we have a decent size screen, we can split columns if we want to -@media only screen and (min-width: 768px) { - .split { - @include clearfix; - - .left, .right { - width: 50%; - margin: 0; - padding: 0; - } - - .left { - float: left; - } - - .right { - float: right; - } - } -} - -// Set a layout breakpoint at 768px for tablets -@media only screen and (min-width: 768px) and (max-width: 799px) { - .container { - width: 768px; - } -} - -// Set a layout breakpoint at 900px for desktops -@media only screen and (min-width: 800px) { - .container { - width: 800px; - } -} -- cgit v1.2.3