/*
 Theme Name:   Education Hub Child
 Theme URI:    https://example.com/
 Description:  Child theme for Education Hub
 Author:       Your Name
 Author URI:   https://example.com/
 Template:     education-hub
 Version:      1.0.0
*/

/* You can add custom CSS here */
/* Increase the overall layout width */
.container,
.wrapper,
.site,
.site-content,
#page {
    max-width: auto !important;
    width: auto;
}
@media (max-width: 768px) {
    .container,
    .site-content {
        padding: 0 15px;
    }
}
