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