Files
schisandra-cloud-storage-fr…/src/components/Main/Home/index.module.less
2024-07-03 14:53:33 +08:00

21 lines
297 B
Plaintext

.home_content_main{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
.home_content_head_left {
height: 51vh;
width: 31vw;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
}