/*
 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 (max-width: 768px) {
   .one-container .site-content {padding: 20px !important;}
}
@media screen and (max-width: 767px) {
table { margin: auto; border-collapse: collapse; overflow-x: auto; display: block; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; max-width: 100%; box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); height: 100% !important;}
.one-container .site-content {min-height:0px;}
}