mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-02-15 00:01:11 +01:00
Fix: remove submodule
This commit is contained in:
14
themes/hugo-theme-yue/assets/scss/_layout.scss
Normal file
14
themes/hugo-theme-yue/assets/scss/_layout.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
// On mobile, add little margins
|
||||
.body {
|
||||
margin-left: $body-margin-left;
|
||||
margin-right: $body-margin-right;
|
||||
}
|
||||
|
||||
// On desktop, use fixed width and center <body>
|
||||
@media (min-width: $desktop-breakpoint) {
|
||||
.body {
|
||||
width: $body-max-width;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user