5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 21:52:31 +00:00
yggdrasil-network.github.io/assets/css/style.scss
2018-07-13 12:52:44 +01:00

52 lines
750 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;
}
div.blogpost {
display: grid;
grid-gap: 10px;
grid-template-columns: 100px minmax(200px, 1fr);
}
div.blogpost div.date div.day {
font-size: 2em;
}
div.blogpost div.date div.month {
font-size: 0.5em;
}
div.blogpost div.overview div.excerpt {
color: #444444;
}