style: Developer Portal 컨테이너(본문 및 헤더)의 최대 너비와 여백을 타일윈드(max-w-6xl, px-6)와 동일하게 1152px, 1.5rem으로 강제 고정하여 페이지 간 이동 시 흔들림 방지

This commit is contained in:
jade
2026-07-13 13:40:49 +09:00
parent 8ac1560833
commit c4ebdd0154

View File

@@ -357,6 +357,11 @@
background-color: #18181b; background-color: #18181b;
color: #f4f4f5; color: #f4f4f5;
} }
.container {
max-width: 1152px !important;
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
</style> </style>
</head> </head>
<body> <body>