/* 
Theme Name:		 Toocheke Child
Theme URI:		 https://www.toocheke.com/
Description:	 Toocheke Child is a child theme of Toocheke
Author:			 LeeToo
Author URI:		 https://leetoo.net/
Template:		 toocheke
Version:		 1.0.0
Text Domain:	 toocheke-child
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Write here your own personal stylesheet */

@media only screen and (min-width: 615px) {
	#two-comic-options #spliced-comic {
		display: none;
	}

	#two-comic-options #unspliced-comic {
		display: block;
	}
}

@media only screen and (max-width: 614px) {
	#two-comic-options #spliced-comic {
		display: block;
	}

	#two-comic-options #unspliced-comic {
		display: none;
	}
}

