修改宽度
This commit is contained in:
parent
8d4261e402
commit
edbc2d219c
@ -14,15 +14,6 @@
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="https://cdn-r2.czl.net/frame/devtools-detector/devtools-detector.min.js"></script>
|
|
||||||
<script>
|
|
||||||
(function () {
|
|
||||||
window.devtoolsDetector.addListener(function (isOpen) {
|
|
||||||
if (isOpen) window.location.href = 'https://czl.net'
|
|
||||||
})
|
|
||||||
window.devtoolsDetector.launch()
|
|
||||||
})()
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -188,7 +188,7 @@ body::-webkit-scrollbar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
|
font-family: "CZL",source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-content {
|
.main-content {
|
||||||
@ -207,4 +207,10 @@ code {
|
|||||||
.hide-on-mobile {
|
.hide-on-mobile {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 1200px) {
|
||||||
|
.ui.container {
|
||||||
|
width: 1200px !important;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user