aboutsummaryrefslogtreecommitdiff
blob: 2e3512f12a4a6c5f162ee4c83461a0f1e5aef186 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
ul.sitemap {
  padding-left: 1em;

  li {
    list-style-type: none;
  }
}

.container-sitemap {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

@media (min-width: 768px) {
  .container-sitemap {
    padding-top: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

.footer-breadcrumb {
  margin-top: 2em;
}