Skip to content

Commit 68ca4a4

Browse files
committed
feat: Add responsive design and improve cover image styling
1 parent cd8b70b commit 68ca4a4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!-- .storybook/preview-head.html -->
2+
<style>
3+
/* 스토리북 루트 요소에 적용될 스타일 */
4+
#storybook-root, #storybook-docs, .docs-story, .sb-main-padded, .sb-main, .docs-story .simplebar-content {
5+
width: 100% !important;
6+
max-width: 100% !important;
7+
box-sizing: border-box !important;
8+
}
9+
</style>

apps/storybook/.storybook/preview.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type { Preview } from '@storybook/react';
2-
// 중요: CSS 파일을 직접 가져옵니다
32
import 'notion-to-jsx/dist/index.css';
43

54
const preview: Preview = {

0 commit comments

Comments
 (0)