mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2025-06-26 10:49:24 +00:00
Initial commit
This commit is contained in:
21
assets/css/style.scss
Normal file
21
assets/css/style.scss
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
---
|
||||
|
||||
@import "jekyll-theme-minimal";
|
||||
|
||||
section {
|
||||
display: table-cell;
|
||||
width: 100%;
|
||||
float: none;
|
||||
}
|
||||
|
||||
header {
|
||||
display: table-cell;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
div.wrapper {
|
||||
margin-left: none;
|
||||
margin-right: none;
|
||||
width: 100%;
|
||||
}
|
Reference in New Issue
Block a user