Initialized jekyll with cyberpunk theme
This commit is contained in:
12
_sass/_layout.scss
Normal file
12
_sass/_layout.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
body {
|
||||
max-height: 100vh;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
main {
|
||||
height: calc(100vh - 124px);
|
||||
overflow-y: scroll;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
0
_sass/_syntax.scss
Normal file
0
_sass/_syntax.scss
Normal file
0
_sass/_variables.scss
Normal file
0
_sass/_variables.scss
Normal file
3
_sass/cyberpunk-theme.scss
Normal file
3
_sass/cyberpunk-theme.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
@import "variables";
|
||||
@import "layout";
|
||||
@import "syntax";
|
||||
Reference in New Issue
Block a user