mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-10 09:00:26 +00:00
81 lines
1.1 KiB
SCSS
81 lines
1.1 KiB
SCSS
---
|
|
tags: dontlink
|
|
---
|
|
|
|
@import "jekyll-theme-minimal";
|
|
|
|
body {
|
|
color: #333333;
|
|
}
|
|
|
|
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%;
|
|
}
|
|
|
|
div.wrapper section p a code {
|
|
color: rgb(38, 124, 185);
|
|
}
|
|
|
|
pre {
|
|
overflow-x: scroll;
|
|
}
|
|
|
|
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);
|
|
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
div.blogpost div#date div#day {
|
|
font-size: 2.25em;
|
|
text-align: center;
|
|
margin-top: 0.1em;
|
|
}
|
|
|
|
div.blogpost div#date div#month {
|
|
font-size: 0.6em;
|
|
text-align: center;
|
|
text-transform: uppercase;
|
|
|
|
position: relative;
|
|
top: -1em;
|
|
}
|
|
|
|
div.blogpost div#overview div#title {
|
|
margin-top: 0.75em;
|
|
}
|
|
|
|
div.blogpost div#overview div#excerpt {
|
|
padding-top: 0.2em;
|
|
color: #444444;
|
|
text-decoration: none;
|
|
font-size: 1em;
|
|
}
|