/*
 Theme Name:   Bau ich mir selbst an
 Theme URI:    https://www.bau-ich-mir-selbst-an.de
 Description:  Customized Theme for the www.bau-ich-mir-selbst-an.de based on Generate Press
 Author:       Sven Dahmer
 Author URI:   https://www.designakrobat.de
 Template:     generatepress
 Version:      0.1
*/



/* CSS in here for mobile only */
@media (max-width: 768px) {
	.main-title {
		font-size:16px;
	}
	.site-description {
		font-size:14px;	
	}
	
}

/* CSS in here for tablet only */
@media (min-width: 769px) and (max-width: 1024px) {
}


/* CSS in here for desktop only */
@media (min-width: 1025px) {
}