fix: remove the extra margin on screens greater than medium size

This commit is contained in:
Anas Khafaga
2024-10-05 17:45:48 +03:00
parent 36c32fd968
commit 802311a06a

View File

@@ -70,7 +70,7 @@ export default function Settings() {
<img src={ArrowLeft} alt="left-arrow" className="h-6 w-6" />
</button>
</div>
<div className="flex flex-nowrap space-x-4 overflow-x-auto no-scrollbar md:space-x-8">
<div className="flex flex-nowrap space-x-4 overflow-x-auto no-scrollbar md:space-x-8 md:!mx-0">
{tabs.map((tab, index) => (
<button
key={index}