Skip to content

Commit 6928acb

Browse files
committed
ci: Update logo alignment in goreleaser.yaml
1 parent e6a1d4f commit 6928acb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ release:
2929
You can [contribute with code](https://github.com/bartventer/go-template-playground/CONTRIBUTING.md).
3030
3131
---
32-
<p align="center"><img src="https://i.imgur.com/SvFgb1L.png" alt="Go Template Playground Logo" style="width:70%; height:auto;"></p>
32+
<div display="flex" align="center" justify-content="center">
33+
<img src="https://i.imgur.com/SvFgb1L.png" alt="Go Template Playground Logo" style="width:auto; height:clamp(100px, 20vw, 200px);">
34+
</div>
3335
<p align="center"><sub><small>Photo by <a href="https://github.com/ashleymcnamara">Ashley McNamara</a>, via <a href="https://github.com/ashleymcnamara/gophers">ashleymcnamara/gophers</a> (CC BY-NC-SA 4.0)</small></sub></p>
3436
{{ end }}

0 commit comments

Comments
 (0)