Fixing a lot of mobile related bugs.
This commit is contained in:
parent
29770627da
commit
6067077580
5 changed files with 8 additions and 10 deletions
|
@ -1 +1,5 @@
|
|||
{{ partial "section1.html" (dict "Image" (.Get 0) "Content" (.Inner | markdownify) ) }}
|
||||
<section style="background-image: url({{ .Get 0 }});" class="section1">
|
||||
<br><br><br>
|
||||
{{ .Inner | markdownify }}
|
||||
<br><br>
|
||||
</section>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
<section class="section-skewed padding-container-3" style="background: {{ .Get 1 | safeCSS }}; background: linear-gradient(170deg, {{ .Get 1 | safeCSS }} 0%, {{ .Get 0 | safeCSS }} 49%, {{ .Get 1 | safeCSS }} 100%);">
|
||||
{{ .Inner | markdownify }}
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue