/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Description: GeneratePress Child is a child theme of GeneratePress, created by GeneratePress team
Author: GeneratePress Team
Author URI: https://generatepress.com
Template: generatepress
Version: 1.0.0
Text Domain: generatepress-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.my-button {
    margin-bottom: 20px;
    text-align: left; /* Optioneel, om de button te centreren */
}

.my-button .btn img {
    display: inline-block;
    width: auto; /* Pas de breedte naar wens aan */
    height: 50px; /* Pas de hoogte naar wens aan */
}

.my-button .btn img:hover {
    opacity: 0.8; /* Optionele hover-effect */
}
