22
This commit is contained in:
@@ -170,69 +170,3 @@
|
||||
.help-footer strong {
|
||||
color: #e6d4a4;
|
||||
}
|
||||
|
||||
@media (max-width: 1180px) {
|
||||
.section-grid {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.section.span-3 {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
|
||||
.section.span-2 {
|
||||
grid-column: span 2;
|
||||
}
|
||||
|
||||
.ranking-list {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.push-section .section-body {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 760px) {
|
||||
.help-page {
|
||||
padding: 13px;
|
||||
border-radius: 14px;
|
||||
}
|
||||
|
||||
.help-header {
|
||||
align-items: flex-start;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.top-name {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.top-desc {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.section-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.section.span-2,
|
||||
.section.span-3 {
|
||||
grid-column: span 1;
|
||||
}
|
||||
|
||||
.span-2 .section-body,
|
||||
.push-section .section-body {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.feature,
|
||||
.ranking-feature {
|
||||
grid-template-columns: 78px minmax(0, 1fr);
|
||||
}
|
||||
|
||||
.ranking-list {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user