mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
11 lines
145 B
SCSS
11 lines
145 B
SCSS
@use "./base.scss";
|
|
|
|
// put your custom CSS here!
|
|
|
|
/* 图片居中 */
|
|
img {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|