Files
RenyiXCX/app.wxss

12 lines
230 B
Plaintext
Raw Normal View History

2026-03-09 13:54:17 +08:00
.container {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
display: flex;
flex-direction: column;
justify-content: space-between;
box-sizing: border-box;
}
page {
2026-03-10 18:50:00 +08:00
background-color: #F2f2f2;
2026-03-09 13:54:17 +08:00
}