feat:初始化工程
This commit is contained in:
15
src/styles/blog/blog.footbar.module.scss
Normal file
15
src/styles/blog/blog.footbar.module.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
@use "blog.variable.module.scss" as blog;
|
||||
|
||||
.blog-site-footer {
|
||||
padding: 1vh 0;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 1vh;
|
||||
|
||||
span {
|
||||
font-size: blog.$small-font-size;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user