sitemap css

This commit is contained in:
Marcell Mars 2020-12-13 02:27:26 +01:00
parent 58e651e831
commit 0f455e09d8
2 changed files with 6 additions and 2 deletions

View file

@ -615,6 +615,10 @@ details {
padding-right: 1rem; padding-right: 1rem;
} }
.sitemap {
padding-left: 3rem;
}
@media (max-width: 767px) { @media (max-width: 767px) {
html { html {
box-sizing: border-box; box-sizing: border-box;
@ -658,4 +662,4 @@ details {
.sessiongrid { .sessiongrid {
display: none; display: none;
} }
} }

File diff suppressed because one or more lines are too long