diff --git a/main-site/themes/temper/layouts/_default/single.html b/main-site/themes/temper/layouts/_default/single.html
index 5fb1db6..f3a34c5 100644
--- a/main-site/themes/temper/layouts/_default/single.html
+++ b/main-site/themes/temper/layouts/_default/single.html
@@ -4,14 +4,14 @@
{{ if .Params.Description }}
{{ .Params.Description }}
-
- {{ end }}
- {{ if .Params.Thumbnail }}
- {{ if .Params.ContentThumbnail }}
-
-
-
+ {{ if .Params.Thumbnail }}
+ {{ if .Params.ContentThumbnail }}
+
+
+
+ {{ end }}
{{ end }}
+
{{ end }}
{{ .Content }}
{{ end }}
diff --git a/main-site/themes/temper/static/css/style.css b/main-site/themes/temper/static/css/style.css
index e8dada5..969901e 100644
--- a/main-site/themes/temper/static/css/style.css
+++ b/main-site/themes/temper/static/css/style.css
@@ -171,13 +171,17 @@ a:hover { color: #EAA221; }
width: 80%;
padding-bottom: 1em;
}
+.feed-container .a .card-img {
+ max-width: 60%;
+}
+
.card {
background-color: transparent;
border-style: solid;
border-width: 3px;
padding: 1em;
margin: 1em;
- max-width: 75%;
+ max-width: 60%;
min-width: 250px;
}