Merge pull request 'Refactor MarketplaceSecondaryMenu for improved layout and styling consistency' (#4) from fix/mobile/repsosnsiveness into main
Reviewed-on: http://35.207.46.142/Wodey/woedii/pulls/4
This commit is contained in:
commit
6354cfe349
@ -130,8 +130,8 @@ function MarketplaceNavbar() {
|
||||
function MarketplaceSecondaryMenu() {
|
||||
return (
|
||||
<div className="w-full bg-[#010313] border-t border-white/20">
|
||||
<div className="container-main flex items-center h-7 p-5 overflow-x-auto">
|
||||
<ul className="flex gap-4 md:gap-10 text-white text-sm font-normal whitespace-nowrap">
|
||||
<div className="container-main flex items-center h-7 p-0 md:p-5 overflow-x-auto no-scrollbar">
|
||||
<ul className="flex gap-4 md:gap-10 text-white text-sm font-normal whitespace-nowrap w-max md:w-full">
|
||||
<li className="cursor-pointer">Images</li>
|
||||
<li className="cursor-pointer">Videos</li>
|
||||
<li className="cursor-pointer">Audios</li>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user