2018-03-06 14:02:44 +00:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
@import "jekyll-theme-minimal";
|
|
|
|
|
|
|
|
section {
|
|
|
|
display: table-cell;
|
|
|
|
width: 100%;
|
2018-04-22 21:30:49 +00:00
|
|
|
max-width: 100vw;
|
2018-03-06 14:02:44 +00:00
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
header {
|
|
|
|
display: table-cell;
|
|
|
|
position: relative;
|
2018-05-08 23:26:51 +00:00
|
|
|
width: 240px !important;
|
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%;
|
|
|
|
}
|
2018-05-08 23:24:30 +00:00
|
|
|
|
|
|
|
pre.highlight {
|
2018-05-08 23:26:51 +00:00
|
|
|
width: auto;
|
2018-05-08 23:24:30 +00:00
|
|
|
white-space: pre-wrap;
|
|
|
|
white-space: -moz-pre-wrap;
|
|
|
|
white-space: -pre-wrap;
|
|
|
|
white-space: -o-pre-wrap;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|