header img fix

This commit is contained in:
Jill 2023-08-20 03:52:27 +03:00
parent 8a02426cc2
commit 59e943eff4
Signed by: oat
GPG Key ID: 33489AA58A955108
1 changed files with 2 additions and 0 deletions

View File

@ -139,6 +139,7 @@
height: 460px;
max-height: 60vw;
position: relative;
overflow: hidden;
background:
linear-gradient(to bottom, rgba(0,0,0,0), 85%, var(--background-color)),
@ -155,6 +156,7 @@
img {
animation: 2s infinite ease-in-out alternate light-bob;
max-width: 85vw;
}
}
}