Skip to content

Commit

Permalink
fix(project): moved layout to libs/ui + main-menu padding fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lillebo committed Oct 8, 2024
1 parent 7d5e9d4 commit fea498d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/docs/src/app/[lang]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import RootLayout, { generateStaticParams } from '@fdk-frontend/ui/layout-root';

import { type Locale, getDictionary } from '@fdk-frontend/dictionaries';

import FeedbackLayout from '../components/layouts/feedback-layout';
import FeedbackLayout from '@fdk-frontend/ui/layouts/feedback-layout';

export type DocsLayoutProps = {
params: {
Expand Down
2 changes: 1 addition & 1 deletion libs/ui/src/lib/header/header.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@
.drawerInner {
max-width: 1000px;
margin: auto;
padding: 1rem;
padding: 1rem 2rem;
}
}
1 change: 0 additions & 1 deletion libs/ui/src/lib/main-menu/main-menu.module.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@import '@fdk-frontend/ui/core/mixins';

.mainMenu {
padding: 0 1rem;
container-type: inline-size;

@media (max-width: 800px) {
Expand Down

0 comments on commit fea498d

Please sign in to comment.