Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_footer.scss « layouts « scss « assets - github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ce1eb4a5fd19a6678356f7d18a3ff3863726d496 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.footer {
  border-top: 1px solid $gray-200;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.footer ul {
  margin-bottom: 0;
}

.footer p,
.footer li a {
  font-size: $font-size-sm;
  margin-bottom: 0;
}

@include media-breakpoint-up(md) {
  .footer p,
  .footer li a {
    font-size: $font-size-base;
  }
}