.footer-content div { text-align: center; margin-bottom: var(--pico-block-spacing-vertical); } .markdown-footer { display: flex; justify-content: space-between; align-items: center; } .typo-link a { display: flex; align-items: center; gap: 4px; } a code { color: var(--pico-primary);; } a:hover code { text-decoration: underline; }