This commit is contained in:
Aashish_Nepal
2024-12-11 14:44:12 +05:45
parent 2508e02c19
commit fe5ebb50a4
22 changed files with 165 additions and 133 deletions

View File

@ -25,6 +25,15 @@
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
.back-to-top {
height: 20px ;
width: 20px ;
padding: 15px;
}
}
.back-to-top:hover {
background-color: grey;
}