Files
YGChatCS/src/static/scss/width.scss
2025-10-13 21:07:50 +08:00

8 lines
52 B
SCSS

.w-full {
width: 100%;
}
.w-50 {
width: 50%;
}