Skip to content

Commit 17ce556

Browse files
committed
fix: Fix mainshop layout structure (ERR_INCOMPLETE_CHUNKED_ENCODING)
1 parent 680a8f8 commit 17ce556

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

core-service/src/main/resources/templates/mainshop.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
</head>
88

99
<body>
10-
<div layout:fragment="content" class="w-full">
10+
<div layout:fragment="content">
11+
<div class="w-full">
1112

1213
<!-- Category View -->
1314
<div th:if="${selectedCategory != null}" class="max-w-[1200px] mx-auto px-4 py-10">
@@ -261,6 +262,7 @@ <h3 class="text-2xl font-extrabold text-black tracking-tight">홈/리빙 특가<
261262
</div>
262263

263264
</div>
265+
</div>
264266
</div>
265267
</body>
266268

0 commit comments

Comments
 (0)