aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/partials/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple/layouts/partials/head.html')
-rw-r--r--themes/simple/layouts/partials/head.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/themes/simple/layouts/partials/head.html b/themes/simple/layouts/partials/head.html
index 293bb85..c615ac1 100644
--- a/themes/simple/layouts/partials/head.html
+++ b/themes/simple/layouts/partials/head.html
@@ -11,11 +11,12 @@
11 rel="icon" type="image/x-icon" /> 11 rel="icon" type="image/x-icon" />
12 12
13<title>{{.Title}}</title> 13<title>{{.Title}}</title>
14<meta name="description" content="{{ .Site.Params.description }}" />
14 15
15 16
16<style> 17<style>
17 .container-blog { 18 .container-blog {
18 max-width: 600px; 19 max-width: 640px;
19 margin: 0 auto; 20 margin: 0 auto;
20 } 21 }
21 22
@@ -30,10 +31,10 @@
30 } 31 }
31 32
32 article img { 33 article img {
33 max-width: 120%; 34 max-width: 110%;
34 width: 120%; 35 width: 110%;
35 position: relative; 36 position: relative;
36 left: -10%; 37 left: -5%;
37 margin: 40px auto; 38 margin: 40px auto;
38 display: block; 39 display: block;
39 border-radius: 5px; 40 border-radius: 5px;