fix: help icon

This commit is contained in:
cheeest 2025-04-06 23:44:47 +03:00
parent a23bc7d733
commit e57dc07601
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 297 B

After

Width:  |  Height:  |  Size: 290 B

View File

@ -420,7 +420,7 @@
#help {
max-width: 100%;
width: 3vw;
width: 3rem;
height: auto;
margin: 2rem;
bottom: 0.2vw;
@ -428,7 +428,7 @@
position: absolute;
box-shadow: 0.4em 0.4em 0em 0px rgba(0, 0, 0, 0.8);
transition: 0.5s;
border-radius: 1em;
border-radius: 0.5rem;
background-color: rgba(0, 0, 0, 0);
image-rendering: pixelated;
}