www/styles/post.module.css

25 lines
481 B
CSS
Raw Normal View History

.imageBlock {
2022-04-27 09:10:49 +00:00
position: fixed;
z-index: -1;
right: 0;
left: 0;
2022-04-30 13:56:18 +00:00
top: 0;
bottom: 0;
background-size: cover;
2022-05-15 13:56:45 +00:00
background-position: top left;
min-height: 100%;
background-attachment: fixed;
}
.block {
2022-05-15 13:56:45 +00:00
font-family: 'EB Garamond', 'Garamond', 'Times New Roman', Times, serif;
background-color: rgba(13, 17, 23, 0.95);
margin: 0 auto;
border-radius: 0;
font-size: 1.25rem;
line-height: 2rem;
}
.spacer {
height: 5rem;
}