mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
The .name and .clip are the same element (class="name clip"), not nested, so .name .clip selector never matched. Use .name.clip instead. Also remove VitePress default 128px margin-bottom on .VPHome that was pushing the footer below the viewport.