5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-20 00:12:32 +00:00
yggdrasil-network.github.io/assets/css/style.scss

24 lines
276 B
SCSS
Raw Normal View History

2018-03-06 14:02:44 +00:00
---
---
@import "jekyll-theme-minimal";
section {
display: table-cell;
width: 100%;
float: none;
}
header {
display: table-cell;
position: relative;
2018-03-06 17:54:01 +00:00
width: 240px;
2018-03-06 17:55:11 +00:00
margin-right: 1em;
2018-03-06 14:02:44 +00:00
}
div.wrapper {
margin-left: none;
margin-right: none;
width: 100%;
}