www/styles/post.module.css

42 lines
748 B
CSS
Raw Permalink Normal View History

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