Files
qinglong/src/pages/setting/index.less
T
2022-02-19 17:36:49 +08:00

23 lines
327 B
Plaintext

.container {
display: flex;
justify-content: center;
flex-wrap: wrap;
max-width: 800px;
margin: 20px auto;
.right {
display: flex;
justify-content: center;
flex-direction: column;
.title {
font-size: 25px;
margin-bottom: 10px;
}
.desc {
margin-bottom: 10px;
}
}
}