fix: overlay
This commit is contained in:
parent
6674e4fabf
commit
1c571674f5
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "13.4.5",
|
||||
"version": "13.4.6",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
position: relative;
|
||||
display: flex;
|
||||
|
||||
&.shadow image::after {
|
||||
&.shadow::after {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
content: '';
|
||||
|
|
Reference in a new issue