change data clinics & page clinics tab about & contact & doctors

This commit is contained in:
Ehsan
2024-08-13 01:23:44 +03:30
parent f5ce58ef90
commit 5568a989fe
27 changed files with 368 additions and 92 deletions
+15
View File
@@ -241,6 +241,21 @@ body {
height: 0;
}
.opacity-page {
animation: loadPageOpacity;
animation-duration: 1s;
}
@keyframes loadPageOpacity {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@media (min-width: 640px) {
.padding-responsive {
padding-left: 52px;