summaryrefslogtreecommitdiff
path: root/examples/portfolio/src/components/Footer/styles.module.scss
blob: 0e77ee206b0bdf36f2a703d929a6c74db90a5a91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.footer {
  text-align: center;
  padding-top: 8rem;
  padding-right: 2rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
}

.byline {
  display: block;
  margin-top: 1rem;
  color: var(--t-subdue);
  font-size: var(--f-d2);
  text-transform: uppercase;
}