/*
 Theme Name:  RetroTube Child Theme
 Theme URI:   https://www.wp-script.com/adult-wordpress-themes/retrotube/
 Description: Child Theme for WP-Script RetroTube theme
 Author:      WP-Script
 Template:    retrotube
 Text Domain: wpst
 Version:     1.0.0
*/

/*
IMPORTANT:
- Do not change "Author: WP-Script" in the header of this file. 

Need help? Check the following links to get more information about child themes:
- WP-Script help: https://www.wp-script.com/blog/how-to-create-a-wordpress-child-theme/
- WordPress developer resource: https://developer.wordpress.org/themes/advanced-topics/child-themes/

Write your own CSS code after this comment block.
*/

	small {
		font-size: 85%;
	}
	
/* Media query for mobile devices */
@media only screen and (max-width: 768px) {
    .footer-menu-container ul li {
        padding: 1em 2em; /* Increased padding for both horizontal and vertical tap target size */
        margin: 0 1.5em; /* Increased spacing between tap targets */
    }
}