blob: 32ee347cdc3fffeba8755defeffca33382e6f0f9 [file] [log] [blame]
.sitemap h1 {
text-align: center;
}
.sitemap ul.sitemap-list {
list-style-type: none;
-webkit-columns: 2;
-moz-columns: 2;
columns: 2;
padding: 0;
column-gap: 25%;
white-space: nowrap;
}
@media screen and (max-width: 626px) {
.sitemap ul.sitemap-list {
columns: 1;
}
}