1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 01:09: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 {
animation: circlePopZoomIn 0.5s ease-in-out;
transform: scale(50);
transform: scale(100);
}
.navbtn-circle-popzooom-out {
@@ -337,13 +337,13 @@ background: #38BDF8;
transform: scale(1);
}
100% {
transform: scale(50);
transform: scale(100);
}
}
@keyframes circlePopZoomOut {
0% {
transform: scale(50);
transform: scale(100);
}
100% {
transform: scale(1);