summaryrefslogtreecommitdiffstats
path: root/resources/_gen/assets
diff options
context:
space:
mode:
Diffstat (limited to 'resources/_gen/assets')
-rw-r--r--resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content48
1 files changed, 48 insertions, 0 deletions
diff --git a/resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content b/resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
index a2e1488..e145464 100644
--- a/resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
+++ b/resources/_gen/assets/scss/sass/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
@@ -708,3 +708,51 @@ pre code {
.highlight pre {
margin-bottom: 0; }
+
+.masthead-title small {
+ font-size: .78rem; }
+
+.introduction {
+ min-height: 40px;
+ margin-bottom: 40px; }
+ @media only screen and (min-width: 768px) {
+ .introduction {
+ min-height: 60px;
+ margin-bottom: 60px; } }
+ @media only screen and (min-width: 1024px) {
+ .introduction {
+ min-height: 80px;
+ margin-bottom: 80px; } }
+ @media only screen and (min-width: 1220px) {
+ .introduction {
+ min-height: 100px;
+ margin-bottom: 100px; } }
+.introduction .container {
+ margin: 10px auto;
+ max-width: 600px;
+ text-align: center; }
+
+.blog-post {
+ margin-top: 40px; }
+ @media only screen and (min-width: 768px) {
+ .blog-post {
+ margin-top: 60px; } }
+ @media only screen and (min-width: 1024px) {
+ .blog-post {
+ margin-top: 80px; } }
+ @media only screen and (min-width: 1220px) {
+ .blog-post {
+ margin-top: 100px; } }
+ .blog-post:first-child {
+ margin-top: 0; }
+
+.post-meta {
+ margin-top: 5px;
+ font-size: .85rem;
+ color: #676767; }
+
+.post .byline {
+ font-style: italic;
+ font-weight: normal;
+ letter-spacing: 0;
+ margin-top: -.5rem; }