source for getorbyt.com getorbyt.com/
client bsky orbytapp app orbyt bluesky getorbyt orbytvideo atproto video
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

style: adjust padding for main content in site-doc landing to improve spacing and responsiveness

+3 -2
+3 -2
public/css/site-document.css
··· 54 54 @media (min-height: 600px) { 55 55 .site-doc--landing > .main-content { 56 56 justify-content: flex-start; 57 - padding-top: clamp(4rem, 12vh, 8rem); 57 + /* Tighter above-logo gap: scales down with viewport height, low floor for laptops */ 58 + padding-top: clamp(1.25rem, 5vh, 3.5rem); 58 59 padding-bottom: 2rem; 59 60 } 60 61 } ··· 63 64 @media (max-height: 599px) { 64 65 .site-doc--landing > .main-content { 65 66 justify-content: center; 66 - padding-top: 1rem; 67 + padding-top: 0.5rem; 67 68 padding-bottom: 1rem; 68 69 } 69 70 }