aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/footer/footer.module.css
blob: 85478737e80d0a42fa9c4de54c3b93f65d84518d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #161616;
	color: white;
	text-align: center;
}

.footer p a {
	padding: 10px;
	text-decoration: none;
	color: #696880;
}