mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-06 12:45:22 +08:00
9 lines
138 B
SCSS
Executable File
9 lines
138 B
SCSS
Executable File
@import '../../styles/mixin.scss';
|
|
|
|
.g-doc {
|
|
@include row-width-limit;
|
|
margin: 0 auto .24rem;
|
|
}
|
|
.projectGround{
|
|
padding-top: 32px;
|
|
} |