forked from kimhyungsik/ax_hub_mcp_tool
style: 브라우저 줌/폰트 설정에 따른 px-rem 간 오차 방지를 위해 scaffold 헤더 단위를 rem으로 통일
This commit is contained in:
@@ -358,15 +358,16 @@
|
|||||||
color: #f4f4f5;
|
color: #f4f4f5;
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
max-width: 1152px !important;
|
max-width: 72rem !important;
|
||||||
padding-left: 1.5rem !important;
|
padding-left: 1.5rem !important;
|
||||||
padding-right: 1.5rem !important;
|
padding-right: 1.5rem !important;
|
||||||
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body style="overflow-y: scroll;">
|
<body style="overflow-y: scroll;">
|
||||||
|
|
||||||
<header style="border-bottom: 1px solid #27272a; background: rgba(9,9,11,0.85); backdrop-filter: blur(16px); position: sticky; top: 0; z-index: 1050; margin-bottom: 2rem; height: 56px;">
|
<header style="border-bottom: 1px solid #27272a; background: rgba(9,9,11,0.85); backdrop-filter: blur(16px); position: sticky; top: 0; z-index: 1050; margin-bottom: 2rem; height: 3.5rem;">
|
||||||
<div class="container d-flex align-items-center justify-content-between h-100">
|
<div class="container d-flex align-items-center justify-content-between h-100">
|
||||||
<div class="d-flex align-items-center" style="gap: 1.25rem;">
|
<div class="d-flex align-items-center" style="gap: 1.25rem;">
|
||||||
<a href="/index.html" class="d-flex align-items-center text-decoration-none">
|
<a href="/index.html" class="d-flex align-items-center text-decoration-none">
|
||||||
|
|||||||
Reference in New Issue
Block a user