mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-09 10:09:22 -06:00
Add opacity animations for text, fix bad icon grid placement
This commit is contained in:
@@ -18,7 +18,7 @@ html, body {
|
||||
}
|
||||
|
||||
.elements {
|
||||
@apply hidden transition-all delay-100;
|
||||
@apply hidden opacity-0 transition-all delay-100;
|
||||
> * {
|
||||
z-index: 30;
|
||||
min-height: 0;
|
||||
@@ -27,7 +27,7 @@ html, body {
|
||||
|
||||
&:hover, &.active {
|
||||
.elements {
|
||||
@apply grid;
|
||||
@apply grid opacity-100;
|
||||
}
|
||||
|
||||
> img {
|
||||
@@ -52,7 +52,6 @@ html, body {
|
||||
|
||||
.icon-grid {
|
||||
direction: rtl;
|
||||
grid-auto-flow: column;
|
||||
|
||||
> svg {
|
||||
width: 75%;
|
||||
|
||||
Reference in New Issue
Block a user