Search On Arabic Fixed

This commit is contained in:
devansh bawari 2020-10-19 14:01:16 +05:30
parent 5269566ce2
commit 379e87396d
3 changed files with 9 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
{ {
"/js/velocity.js": "/js/velocity.js?id=ea742e9269dc43e70f30", "/js/velocity.js": "/js/velocity.js?id=ea742e9269dc43e70f30",
"/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd", "/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd",
"/css/velocity.css": "/css/velocity.css?id=1e9608a2572d21435289" "/css/velocity.css": "/css/velocity.css?id=82ef8fc0280f69cef4e6"
} }

View File

@ -493,7 +493,7 @@ body {
} }
@media only screen and (max-width: 1192px) { @media only screen and (max-width: 1192px) {
} }
@media only screen and (max-width: 992px) { @media only screen and (max-width: 992px) {
@ -572,6 +572,12 @@ body {
.fs16 { .fs16 {
font-size: 10px !important; font-size: 10px !important;
} }
.velocity-divide-page {
.right {
padding: 0 20px !important;
}
}
} }
} }
} }