样式更新

This commit is contained in:
Sense T
2026-05-20 06:10:54 +00:00
parent ffaea08a61
commit 5c662c1ef1
+13
View File
@@ -0,0 +1,13 @@
.index {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
flex-wrap: nowrap;
margin-top: 15em;
}
.index > .small-text {
color: gray;
font-size: 14pt;
}