#page { height: 100vh; margin: 0 } #spotlight { display: flex; min-height: 100vh; flex-direction: column; align-items: start; justify-content: space-between; max-width: 400px; margin: auto; font-size: 1.5rem; @media (max-width: 448px) { margin-left: 24px; } } #home-center { display: flex; flex-direction: column; flex-grow: 1; align-items: flex-start; margin-top: 10vh; } #home-title { color: #202020; font-family: Inter; font-size: 48px; font-style: normal; font-weight: 500; line-height: normal; } #home-nav { display: flex; flex-direction: column; a { color: #252525; font-family: Inter; font-size: 40px; font-style: normal; font-weight: 400; line-height: 150%; /* 60px */ text-decoration-line: underline; } } %link-shared { color: #252525; font-family: Inter; font-size: 40px; font-style: normal; font-weight: 400; line-height: 150%; /* 60px */ text-decoration-line: underline; } %footer-shared { width: 100%; p { color: #5C5C5C; font-family: Inter; font-size: 20px; font-style: normal; font-weight: 300; line-height: normal; display: flex; gap: 8px; justify-content: center; } a { color: #5C5C5C; font-family: Inter; font-size: 20px; font-style: normal; font-weight: 300; line-height: normal; display: flex; gap: 8px; justify-content: center; text-decoration: none; &:hover { text-decoration: underline; } } } #home-footer { @extend %footer-shared; } #site-footer { @extend %footer-shared; } .posts-group { width: 400px; } .back-title { font-family: Inter; font-size: 20px; font-style: normal; font-weight: 400; a { text-decoration: none; color: #252525; &:hover { text-decoration: underline; color: #151515; } } } .post-item { display: flex; justify-content: space-between; align-items: center; width: 100%; a { @extend %link-shared; font-size: 30px; } .post-day { @extend %link-shared; font-size: 30px; text-decoration: none; color: #787878; } }