We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d230f commit 56b0a34Copy full SHA for 56b0a34
assets/css/style.scss
@@ -7,19 +7,6 @@
7
padding: 0 15px;
8
}
9
10
-/* 大屏显示器宽度优化 */
11
-@media (min-width: 1200px) {
12
- .container {
13
- max-width: 1400px;
14
- }
15
-}
16
-
17
-@media (min-width: 1600px) {
18
19
- max-width: 1600px;
20
21
22
23
/* 表格响应式 */
24
table {
25
width: 100%;
@@ -165,19 +152,6 @@ pre {
165
152
text-align: center;
166
153
167
154
168
- /* 大屏显示器页脚宽度优化 */
169
- @media (min-width: 1200px) {
170
- .footer-content {
171
172
173
174
175
- @media (min-width: 1600px) {
176
177
178
179
180
181
155
.copyright {
182
156
color: #586069;
183
157
font-size: 0.9rem;
assets/css/style.scss.backup
0 commit comments