Skip to content

Commit f73c166

Browse files
committed
ci: fix logo alignment and styling in goreleaser.yaml
1 parent 31a86c2 commit f73c166

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: .goreleaser.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ release:
2929
You can [contribute with code](https://github.com/bartventer/go-template-playground/CONTRIBUTING.md).
3030
3131
---
32-
<div style="display:flex; align-items:center; flex-direction:column; width:100%;">
33-
<img src="https://i.imgur.com/SvFgb1L.png" alt="Go Template Playground Logo" style="width:auto; height:clamp(100px, 20vw, 200px);">
34-
<p style="text-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>
32+
<div display="flex" align-items="center" flex-direction="column" width="100%" style="display:flex !important; align-items:center !important; flex-direction:column !important; width:100%;">
33+
<p align="center" style="text-align:center;">
34+
<img src="https://i.imgur.com/SvFgb1L.png" alt="Go Template Playground Logo" width="auto" height="200" style="width:auto; height:200px;"/>
35+
</p>
36+
<p align="center" style="text-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>
3537
</div>
3638
{{ end }}

0 commit comments

Comments
 (0)