aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/footer/footer.module.css
blob: 8b1b7b6b356ad000f4677846bb46e283c6506b55 (plain) (blame)
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
.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #1a1a1a;
	display: flex;
	padding: 10px;
	justify-content: space-between;
	align-items: center;
}

.FooterLeftContainer a {
	color: #696880;
	margin: 10px;
}

.FooterRightContainer {
	margin-right: 10px;
}

.FooterRightContainer a {
	margin: 10px;
	text-decoration: none;
}