File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
themes/base-theme/layouts/now Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
< h2 style ="margin-bottom: 0; "> {{ .Title }}</ h2 >
5
5
< span > < strong > Last updated: </ strong > {{ .Date | time.Format ":date_full" }}</ span >
6
6
7
- < div style ="display: flex; ">
7
+ < div style ="display: flex; flex-direction: column; ">
8
+ < div style ="display: flex; align-content: center; justify-content: center; ">
9
+ < img src ="{{ .Site.BaseURL }}/logo.png " style ="width: 45%;height: auto; "/>
10
+ </ div >
8
11
< div style ="margin-top: 30px; display: flex; align-items: center; ">
9
12
{{ .Content}}
10
13
</ div >
11
- < div style ="display: flex; align-content: center; justify-content: left; ">
12
- < img src ="{{ .Site.BaseURL }}/logo.png " style ="width: 300px;height: auto; "/>
13
- </ div >
14
14
</ div >
15
15
< blockquote >
16
16
{{":bulb: Inspired by Derek Sivers' **[/now](https://sive.rs/now2)**" | .RenderString }}
You can’t perform that action at this time.
0 commit comments