mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 11:54:47 -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" .}}
|
||||
</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" .}}
|
||||
</div>
|
||||
|
||||
@ -51,7 +51,7 @@ Showcase: {{ .Title }}
|
||||
{{end}}
|
||||
|
||||
{{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">
|
||||
<h1 class="f3 mt0">{{.Title}}</h1>
|
||||
{{ with .Params.siteURL }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user