URI: 
       tpl: Adjust instagram_simple margins - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 1f244b802eaabb119d38dae00a8c2bbbd3263752
   DIR parent 448081b840db4a23c0c49c2d869ac207dcb6ac40
  HTML 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:
         M tpl/tplimpl/embedded/templates.aut… |       6 +++---
         M tpl/tplimpl/embedded/templates/sho… |       6 +++---
       
       2 files changed, 6 insertions(+), 6 deletions(-)
       ---
   DIR 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;
   DIR 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;