hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 1f244b802eaabb119d38dae00a8c2bbbd3263752
parent 448081b840db4a23c0c49c2d869ac207dcb6ac40
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Fri, 25 May 2018 12:38:25 +0200

tpl: Adjust instagram_simple margins

Diffstat:
Mtpl/tplimpl/embedded/templates.autogen.go | 6+++---
Mtpl/tplimpl/embedded/templates/shortcodes/instagram_simple.html | 6+++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/tpl/tplimpl/embedded/templates.autogen.go b/tpl/tplimpl/embedded/templates.autogen.go
@@ -343,11 +343,11 @@ M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.5
 {{  .Page.Scratch.Set "__h_simple_instagram_css" true }}
 <style type="text/css">
    .__h_instagram.card {
-   	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
-   	font-size: 14px;
+   	  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
+   	  font-size: 14px;
       border: 1px solid rgb(219, 219, 219);
       padding: 0;
-      margin: 0;
+	  margin-top: 30px;
    }
    .__h_instagram.card .card-header, .__h_instagram.card .card-body {
       padding: 10px 10px 10px;
diff --git a/tpl/tplimpl/embedded/templates/shortcodes/instagram_simple.html b/tpl/tplimpl/embedded/templates/shortcodes/instagram_simple.html
@@ -30,11 +30,11 @@
 {{  .Page.Scratch.Set "__h_simple_instagram_css" true }}
 <style type="text/css">
    .__h_instagram.card {
-   	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
-   	font-size: 14px;
+      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
+      font-size: 14px;
       border: 1px solid rgb(219, 219, 219);
       padding: 0;
-      margin: 0;
+	  margin-top: 30px;
    }
    .__h_instagram.card .card-header, .__h_instagram.card .card-body {
       padding: 10px 10px 10px;