/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@media only screen and (min-width: 900px) {
	.no-sidebar .entry-content {
    max-width: 80% !important;
	}
}

@media only screen and (max-width: 600px) {
  h1.entry-title {
    font-size:25px;
  }
	.site-header .header-image {
		width: 237px;
	}
	#tasty-recipes-1033 > header > h2{
		font-size:25px;
	}
}

h2.wp-block-heading {
    border-left: 8px solid #dd9ba3;
    border-radius: 4px;
    padding-left: 12px;
}
.top-bar.top-bar-align-center {
    background-image: url(https://www.easymexicandesserts.com/wp-content/uploads/2025/06/shape-of-header.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: 10px 3px;
}
.single-post .inside-article a {
    text-decoration: underline;
}
.tasty-recipes-quick-links a.button, .tasty-recipes-entry-content .tasty-recipes-buttons a{
	padding: 0.5em !important;
}
