diff --git a/src/components/PublishList/PublishList.tsx b/src/components/PublishList/PublishList.tsx
index f6a0494..2531f2b 100644
--- a/src/components/PublishList/PublishList.tsx
+++ b/src/components/PublishList/PublishList.tsx
@@ -280,6 +280,10 @@ export default function PublishList (){
|
+
+ - 2025/06/02
+ - * 하단 날짜 추가 및 min max width 수정
+
|
2025/05/28 |
diff --git a/src/styles/components/_pdfview.scss b/src/styles/components/_pdfview.scss
index 039d1f5..6dabf35 100644
--- a/src/styles/components/_pdfview.scss
+++ b/src/styles/components/_pdfview.scss
@@ -58,11 +58,22 @@
}
// 지붕재 적합성
+.pdf-table-wrap{
+ max-width: 1540px;
+ min-width: 1540px;
+ margin: 0 auto;
+}
.pdf-intro-page{
+ display: flex;
+ flex-direction: column;
height: 1080px;
padding: 80px 40px ;
background-color: #fff;
}
+.pdf-intro-foot-date{
+ margin-top: auto;
+ text-align: right;
+}
.pdf-intro-tit-wrap{
text-align: center;
.pdf-intro-tit{