forked from kimhyungsik/ax_hub_mcp_tool
style: Developer Portal 컨테이너(본문 및 헤더)의 최대 너비와 여백을 타일윈드(max-w-6xl, px-6)와 동일하게 1152px, 1.5rem으로 강제 고정하여 페이지 간 이동 시 흔들림 방지
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user