Skip to content

Commit

Permalink
chore: styling dikit
Browse files Browse the repository at this point in the history
  • Loading branch information
ridhozhr10 committed May 21, 2024
1 parent bfab4a4 commit 20bc785
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/app/_components/layout/Header/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,14 @@
@apply max-md:hidden bg-header-bg-dark;

& ul {
@apply flex items-center justify-start max-w-full mx-auto px-[15px] list-none text-[16px] tracking-[0.96px];
@apply flex items-center justify-start max-w-full mx-auto px-[15px] list-none text-[16px] tracking-[0.96px] md:pr-0;

& li {
@apply mx-[12px];

&:last-child {
@apply mr-0;
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function RootLayout({
return (
<html lang="en">
<body className={`${inter.variable} font-sans`}>
<NextTopLoader color="#a9a9b3" />
<NextTopLoader color="#a9a9b3" showSpinner={false} />
{children}
</body>
</html>
Expand Down

0 comments on commit 20bc785

Please sign in to comment.