0
0
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:
Víctor Losada Hernández
2024-09-20 15:31:19 +02:00
parent ea1d0714b4
commit 74a065e747

View File

@@ -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 {