summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/shortcodes/recent_blog.html2
-rw-r--r--static/css/common.css10
2 files changed, 6 insertions, 6 deletions
diff --git a/layouts/shortcodes/recent_blog.html b/layouts/shortcodes/recent_blog.html
index 8a4ec89..c1dfed9 100644
--- a/layouts/shortcodes/recent_blog.html
+++ b/layouts/shortcodes/recent_blog.html
@@ -3,7 +3,7 @@
<li class="post">
{{.BundleType}}
<span><a href="{{ .Permalink }}">{{ .Title }}</a></span> - <span>{{ .Date.Format "January 2, 2006" }}</span>
- <p>{{ .Summary }}</p>
+ {{ .Summary }}
</li>
{{ end }}
</ul> \ No newline at end of file
diff --git a/static/css/common.css b/static/css/common.css
index daba43b..55a71c2 100644
--- a/static/css/common.css
+++ b/static/css/common.css
@@ -1,14 +1,12 @@
:root {
--green: #00916E;
--pearl: #DED4B9;
- --brown: #554F41;
+ --brown: #423D33;
}
html {
- max-width: 80ch;
padding-left: 1em;
padding-right: 1em;
- margin: auto;
line-height: 1.75;
font-size: 1.25em;
background-color: var(--green);
@@ -61,8 +59,10 @@ ul {
}
body {
+ max-width: 80ch;
+ margin: auto;
background-color: var(--pearl);
- color: #3C3525;
+ color: var(--brown);
display: flex;
flex-direction: column;
/* font-family: 'Latin Modern Roman', 'Times New Roman', serif; */
@@ -175,7 +175,7 @@ footer .links a {
.content ol,
.content table,
.content ul {
- margin-bottom: 1rem;
+ margin-bottom: 0.4rem;
}
.content blockquote {