body { display: table; height: calc(100vh - 100px); } ul { list-style-type: none; padding: 0 !important; } ul li { color: var(--text-normal); background-color: var(--background-code); padding: 32px; margin: 16px; border-radius: 16px; list-style-type: none; font-size: 16px; } ul li a { color: var(--text-code); font-size: 1.3em; line-height: 1.3; font-weight: 700; text-decoration: none; } ul li a:after { content: "\a"; white-space: pre; } .index-note { display: table-footer-group; } .index-note p { text-align: center; font-size: 15px; }