mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-10 02:10:26 +00:00
34 lines
490 B
SCSS
34 lines
490 B
SCSS
---
|
|
---
|
|
|
|
@import "jekyll-theme-minimal";
|
|
|
|
section {
|
|
display: table-cell;
|
|
width: 100%;
|
|
max-width: 100vw;
|
|
float: none;
|
|
}
|
|
|
|
header {
|
|
display: table-cell;
|
|
position: relative;
|
|
width: 240px !important;
|
|
margin-right: 1em;
|
|
}
|
|
|
|
div.wrapper {
|
|
margin-left: none;
|
|
margin-right: none;
|
|
width: 100%;
|
|
}
|
|
|
|
pre.highlight {
|
|
width: auto;
|
|
white-space: pre-wrap;
|
|
white-space: -moz-pre-wrap;
|
|
white-space: -pre-wrap;
|
|
white-space: -o-pre-wrap;
|
|
word-wrap: break-word;
|
|
}
|