fix design

This commit is contained in:
hamid zarghami
2025-04-26 16:09:21 +03:30
parent 849235ae3c
commit c017289d50
6 changed files with 20 additions and 13 deletions
+8
View File
@@ -119,3 +119,11 @@ tbody tr {
#blog-content a {
color: #ea063e !important;
}
.overflowX {
overflow-x: scroll;
scrollbar-width: none;
}
.overflowX::-webkit-scrollbar {
display: none;
}