Webpack hook for jsongen, [somewhat broken] UI changes
This commit is contained in:
16
styles/post.module.css
Normal file
16
styles/post.module.css
Normal file
@@ -0,0 +1,16 @@
|
||||
.imageBlock {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
left: 0;
|
||||
background-size: cover;
|
||||
min-height: 100%;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
.block {
|
||||
background-color: rgba(13, 17, 23, 0.9);
|
||||
}
|
||||
|
||||
.spacer {
|
||||
height: 5rem;
|
||||
}
|
||||
Reference in New Issue
Block a user