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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user