mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 21:24:51 -04:00
Adjust column widths to handle a wider variety of copy width
This commit is contained in:
parent
6d2e68521a
commit
4ef59e0082
@ -12,7 +12,7 @@ Showcase: {{ .Title }}
|
|||||||
{{template "sc-details" .}}
|
{{template "sc-details" .}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="w-100 w-60-l order-0 order-1-l">
|
<div class="w-100 w-60-l order-0 order-1-l ph4-l">
|
||||||
{{template "sc-main-column" .}}
|
{{template "sc-main-column" .}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -51,7 +51,7 @@ Showcase: {{ .Title }}
|
|||||||
{{end}}
|
{{end}}
|
||||||
|
|
||||||
{{define "sc-details"}}
|
{{define "sc-details"}}
|
||||||
<div class="mt4 mt0-ns nested-links mr3-m mr4-l">
|
<div class="mt4 mt0-ns nested-links">
|
||||||
<div class="ba b--light-gray bg-white pa3">
|
<div class="ba b--light-gray bg-white pa3">
|
||||||
<h1 class="f3 mt0">{{.Title}}</h1>
|
<h1 class="f3 mt0">{{.Title}}</h1>
|
||||||
{{ with .Params.siteURL }}
|
{{ with .Params.siteURL }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user