mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 03:12:40 +00:00
minor css fix
This commit is contained in:
@@ -283,7 +283,7 @@
|
||||
&::after {
|
||||
position : absolute;
|
||||
inset : 0;
|
||||
z-index : -1;
|
||||
z-index : -2;
|
||||
display : block;
|
||||
content : '';
|
||||
background-image : url('/assets/parchmentBackground.jpg');
|
||||
@@ -316,7 +316,7 @@
|
||||
visibility : hidden;
|
||||
}
|
||||
|
||||
.thumbnail { z-index : 1; }
|
||||
.thumbnail { z-index : -1; }
|
||||
}
|
||||
|
||||
.paginationControls {
|
||||
|
||||
Reference in New Issue
Block a user