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