aboutsummaryrefslogtreecommitdiff
path: root/assets/css/partials/footer.scss
blob: 8073bcc691dfd1488ef78ac73ec05e8ce1248ae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
footer {
	background-color: #333;
	color: white;

	padding: 0.5rem 1rem;

	display: flex;
	align-items: center;
	justify-content: space-between;

	a {
		color: var(--accent-7);
	}

	div {
		display: flex;
		gap: 1rem;
		
		font-size: 1.125rem;

		font-family: var(--font-mono);
	}
}