blob: ba2b5c738dd4337f08b6d8da077fb3c02aa46b73 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
div.copyrightNotice {
background-color:none;
font-weight: bold;
margin: 0 auto;
margin-top: 1rem;
text-align: center;
width: fit-content;
}
div.copyrightNotice p.projectName {
font-size: calc(3rem / 2);
margin-bottom:1rem;
text-align: center;
}
div.copyrightNotice p.info + p.info {
margin-top:calc(1rem / 2);
}
|