summaryrefslogtreecommitdiff
path: root/css/pageFooter.css
blob: 2e6afed7ea40216b9af32c757c9b15d92c17cb5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
div.copyrightNotice {
	font-weight:bold;
	margin:     0 auto;
	margin-top: 1rem;
	text-align: center;
	width:      fit-content;
}

div.copyrightNotice p + p {
	margin-top:calc(1rem / 2);
}