The Customizer is currently configured to display posts as columns. The number of columns set is 4 at the moment.
The CSS below is to display the blog posts with a white background. This shows the intended layout on a PC for example.
.generate-columns-container,.site-content{padding-top:40px;padding-right:0;padding-bottom:100px;padding-left:20px;justify-content: center;}.generate-columns-container>article{text-align:center;color:#2c3e50;padding:10px;margin:20px;border-radius:20px;background-color:#ffffff;}.one-container.archive .post:not(:last-child), .one-container.blog .post:not(:last-child),.entry-meta{padding-bottom:10px !important}
When viewing the blog posts on a device other than a tablet or mobile, the view is distorted and the stylesheet does not take effect.
The suggestions and the CSS selectors used in previous posts https://generatepress.com/forums/topic/display-2-column-on-mobile-2/ and https://generatepress.com/forums/topic/2-columns-format-as-at-768/ don’t seem to apply.
Is there a specific CSS selector for mobile and tablets?