www/styles/post.module.css
2022-04-27 05:10:49 -04:00

18 lines
285 B
CSS

.imageBlock {
position: fixed;
z-index: -1;
right: 0;
left: 0;
background-size: cover;
background-position: center;
min-height: 100%;
background-attachment: fixed;
}
.block {
background-color: rgba(13, 17, 23, 0.9);
}
.spacer {
height: 5rem;
}