更新文档

This commit is contained in:
Super Manito
2025-06-02 00:55:16 +08:00
parent 26f493a762
commit 4d0d5256a2
8 changed files with 77 additions and 8 deletions

View File

@@ -127,7 +127,6 @@
}
.md-banner {
font-style: italic;
color: var(--md-default-fg-color--light);
background-color: hsla(240, 9%, 75%, 0.53);
}
@@ -245,7 +244,7 @@
justify-content: center;
width: 100%;
text-align: center;
padding: 1rem;
padding: .75rem;
border-radius: 6px;
height: 80px;
max-height: 80px;
@@ -326,7 +325,7 @@
}
.sponsor-item-flex {
flex: 0 1 calc(33.33% - 1rem);
flex: 0 1 calc(20% - 1rem);
min-width: 200px;
max-width: 300px;
}
@@ -354,7 +353,6 @@
}
.sponsor-item-flex {
flex: 0 1 calc(33.33% - 1rem);
min-width: 100px;
max-width: calc(33.33% - 1rem);
}