5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-20 04:52:33 +00:00
yggdrasil-network.github.io/assets/css/style.scss

68 lines
1.0 KiB
SCSS
Raw Normal View History

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;
2018-07-13 12:28:28 +00:00
grid-template-columns: 100px minmax(200px, 1fr);
2018-07-13 12:11:43 +00:00
margin-bottom: 1em;
2018-07-13 11:50:27 +00:00
}
2018-07-13 11:58:22 +00:00
div.blogpost div#date div#day {
2018-07-13 12:02:41 +00:00
font-size: 2.25em;
2018-07-13 11:58:22 +00:00
text-align: center;
2018-07-13 12:28:28 +00:00
margin-top: 0.1em;
2018-07-13 11:50:27 +00:00
}
2018-07-13 11:58:22 +00:00
div.blogpost div#date div#month {
2018-07-13 12:02:41 +00:00
font-size: 0.6em;
2018-07-13 11:58:22 +00:00
text-align: center;
2018-07-13 12:02:41 +00:00
text-transform: uppercase;
2018-07-13 12:09:43 +00:00
position: relative;
2018-07-13 12:28:28 +00:00
top: -1em;
2018-07-13 12:02:41 +00:00
}
div.blogpost div#overview div#title {
2018-07-13 12:09:43 +00:00
margin-top: 0.75em;
2018-07-13 11:50:27 +00:00
}
2018-07-13 11:52:44 +00:00
2018-07-13 11:58:22 +00:00
div.blogpost div#overview div#excerpt {
2018-07-13 12:09:43 +00:00
padding-top: 0.2em;
2018-07-13 11:52:44 +00:00
color: #444444;
2018-07-13 11:54:41 +00:00
text-decoration: none;
2018-07-13 11:58:22 +00:00
font-size: 1em;
2018-07-13 11:52:44 +00:00
}