🏗️ First time sync the css & js files from hexo theme NexT
This commit is contained in:
18
assets/css/_schemes/Muse/_header.scss
Normal file
18
assets/css/_schemes/Muse/_header.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
.custom-logo-image {
|
||||
background: white;
|
||||
margin: 0 auto 10px;
|
||||
max-width: 150px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.brand {
|
||||
background: var(--btn-default-bg);
|
||||
}
|
||||
|
||||
.header-inner {
|
||||
padding-top: 100px;
|
||||
|
||||
@include mobile() {
|
||||
padding-top: 50px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user