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-07-13 11:50:27 +00:00
|
|
|
white-space: pre-wrap;
|
|
|
|
white-space: -moz-pre-wrap;
|
|
|
|
white-space: -pre-wrap;
|
2018-05-08 23:24:30 +00:00
|
|
|
white-space: -o-pre-wrap;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
2018-07-13 11:50:27 +00:00
|
|
|
|
|
|
|
div.blogpost {
|
|
|
|
display: grid;
|
|
|
|
grid-gap: 10px;
|
|
|
|
grid-template-columns: 100px minmax(200px, 1fr);
|
|
|
|
}
|
|
|
|
|
2018-07-13 11:52:44 +00:00
|
|
|
div.blogpost div.date div.day {
|
2018-07-13 11:50:27 +00:00
|
|
|
font-size: 2em;
|
|
|
|
}
|
|
|
|
|
2018-07-13 11:52:44 +00:00
|
|
|
div.blogpost div.date div.month {
|
2018-07-13 11:50:27 +00:00
|
|
|
font-size: 0.5em;
|
|
|
|
}
|
2018-07-13 11:52:44 +00:00
|
|
|
|
|
|
|
div.blogpost div.overview div.excerpt {
|
|
|
|
color: #444444;
|
|
|
|
}
|