1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 03:29:35 +05:30

(fixed): navmenu circle not filling-up tablet screens

This commit is contained in:
2024-04-02 00:06:14 +05:30
parent 23e042d441
commit 9cd2135699

View File

@@ -287,7 +287,7 @@ background: #38BDF8;
.navbtn-circle-popzooom-in { .navbtn-circle-popzooom-in {
animation: circlePopZoomIn 0.5s ease-in-out; animation: circlePopZoomIn 0.5s ease-in-out;
transform: scale(50); transform: scale(100);
} }
.navbtn-circle-popzooom-out { .navbtn-circle-popzooom-out {
@@ -337,13 +337,13 @@ background: #38BDF8;
transform: scale(1); transform: scale(1);
} }
100% { 100% {
transform: scale(50); transform: scale(100);
} }
} }
@keyframes circlePopZoomOut { @keyframes circlePopZoomOut {
0% { 0% {
transform: scale(50); transform: scale(100);
} }
100% { 100% {
transform: scale(1); transform: scale(1);