aboutsummaryrefslogtreecommitdiff
blob: cb256b6b22d6ada2d00afbe1b729398e31142ab6 (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
25
26
ul.sitemap {
  padding-left: 1em;

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

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

@media (min-width: 992px) {
  .container-sitemap {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
}

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