migrate to gtea from bistbucket

This commit is contained in:
2026-03-15 17:08:23 +07:00
commit 129ca2260c
3716 changed files with 566316 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
[dir="rtl"] .header-top .social-icons ul li {
margin-left: 15px;
margin-right: 0;
}
[dir="rtl"] .header-top .social-icons ul li:last-child {
margin-left: 0 !important;
}
[dir="rtl"] .header-section .header-top .container {
padding: 0 !important;
}
[dir="rtl"] .header-top .contact ul li:first-child {
border-left: 1px solid #d0d5dd;
border-right: 0;
}
[dir="rtl"] .header-top .contact ul li {
margin-left: 20px;
padding-left: 20px;
margin-right: 0;
padding-right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 580px) {
[dir="rtl"] .header-section .header-top .container {
padding: 0px 15px !important;
}
}