shithub: hugo

Download patch

ref: 1f244b802eaabb119d38dae00a8c2bbbd3263752
parent: 448081b840db4a23c0c49c2d869ac207dcb6ac40
author: Bjørn Erik Pedersen <[email protected]>
date: Fri May 25 08:38:25 EDT 2018

tpl: Adjust instagram_simple margins

--- a/tpl/tplimpl/embedded/templates.autogen.go
+++ b/tpl/tplimpl/embedded/templates.autogen.go
@@ -343,11 +343,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;
--- 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;