gov_propagandize/app.wxss

10 lines
176 B
Plaintext
Raw Normal View History

2024-12-27 17:08:36 +08:00
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
2025-01-02 17:31:12 +08:00
align-items: flex-start;
2024-12-27 17:08:36 +08:00
justify-content: space-between;
box-sizing: border-box;
2025-01-02 17:31:12 +08:00
}