InfoAmazonia / jeo-theme

GNU General Public License v3.0
2 stars 0 forks source link

[ Maps ] Fix in Archive Page #472

Open pamelars86 opened 3 years ago

pamelars86 commented 3 years ago

image

image

css

.post-type-archive-map main#main.site-main {
    width: 100%;
}
.post-type-archive-map main#main.site-main .content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 31px;
}