www/styles/post.module.css
Paul W. 82ed74229b
dep ver bump; clean-up; minor updates
Signed-off-by: Paul W. <lambdapaul@protonmail.com>
2024-12-28 12:23:50 -05:00

42 lines
748 B
CSS

.imageBlock {
position: fixed;
z-index: -1;
right: 0;
left: 0;
top: 0;
bottom: 0;
margin: 0;
padding: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
min-height: 100%;
background-attachment: fixed;
}
.block {
font-family: 'EB Garamond', 'Garamond', 'Times New Roman', Times, serif;
background-color: rgba(13, 17, 23, 0.97);
margin: 0 auto;
border-radius: 0;
font-size: 1.4rem;
line-height: 2.5rem;
padding: 2rem 1rem;
}
.spacer {
height: 6.25rem;
}
.background.spacer {
height: 25rem;
}
.time {
text-align: center;
display: block;
font-style: italic;
font-size: 1rem;
margin: 0.5rem 0.75rem;
}