diff options
| -rw-r--r-- | site/public/assets/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/site/public/assets/style.css b/site/public/assets/style.css index 205a542..3d55a92 100644 --- a/site/public/assets/style.css +++ b/site/public/assets/style.css @@ -847,7 +847,8 @@ nav .sub.active a { display: block; text-overflow: ellipsis; } -.project:hover span { +.mobile .project span, +.desktop .project:hover span { opacity: 1; } .undone .project:nth-child(1) { transition-delay:0.05s; } |
