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