melhora no funcionamento da home

This commit is contained in:
2025-07-31 07:09:46 -03:00
parent 897e58b6ce
commit 31d2704ee2
7 changed files with 709 additions and 2 deletions

View File

@@ -105,12 +105,11 @@
width: calc(33.33% - 1dvw - 2px);
height: 30dvh;
overflow: hidden;
border-radius: 1dvw;
li {
overflow: hidden;
width: 100%;
background: #0000007a;
background: rgb(15, 15, 15);
display: flex;
img {
width: 25dvh;
@@ -139,6 +138,11 @@
}
}
}
box-shadow: 0 0 0 #000000;
}
a:hover {
box-shadow: 0 0 5vw #84e9ffa7;
z-index: 100;
}
}
}