Skip to content

Commit 60deff7

Browse files
committed
ci: update logo styling in goreleaser.yaml
1 parent f73c166 commit 60deff7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.goreleaser.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ release:
2929
You can [contribute with code](https://github.com/bartventer/go-template-playground/CONTRIBUTING.md).
3030
3131
---
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%;">
3332
<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;"/>
33+
<img src="https://i.imgur.com/SvFgb1L.png" alt="Go Template Playground Logo" width="auto" height="200" justify-self="center" style="width:auto; height:200px; justify-self:center;">
3534
</p>
3635
<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>
37-
</div>
3836
{{ end }}

0 commit comments

Comments
 (0)