summaryrefslogtreecommitdiff
path: root/examples/portfolio/src/components/Footer/styles.module.scss
blob: 9e76a6a2ff9213ddf7f0fe7f630963df5ff8439c (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;
}