gov_propagandize/app.wxss
2025-01-02 17:31:12 +08:00

10 lines
176 B
Plaintext

/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
box-sizing: border-box;
}