Arthur Tully
arthurtully.com
Arthur Tully
@arthurtully.com
Content Creator and Live Streaming Consultant. Optimist. https://linktr.ee/arthurtully
Here's the code:

#linkblocks {
/* min: 10vh, preferred: 20vh, max: 90vh */
margin-bottom: clamp(10vh, 25vh, 90vh);
}

#quotes_container {
/* avoid big negative shifts on short screens */
margin-bottom: clamp(-2vh, -1vh, 0vh);
}
September 11, 2025 at 1:44 PM