page home responsive & change component element & page blog item

This commit is contained in:
Ehsan
2024-08-15 10:10:57 +03:30
parent 1341253384
commit fd3b82143b
44 changed files with 4149 additions and 103 deletions
+5
View File
@@ -231,6 +231,11 @@ body {
padding-right: 24px;
}
.hover-rotate-icon:hover svg {
transform: rotateY(360deg);
transition: 0.5s all;
}
/* Hidden Scroll */
.hidden-scroll::-webkit-scrollbar-thumb {