Skip to content

Commit 395ee2b

Browse files
authored
readme: add back align=center to make github happy (#16850)
1 parent 24189e0 commit 395ee2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<div style="display:grid;place-items:center;">
1+
<div align="center" style="display:grid;place-items:center;">
22
<p>
33
<a href="https://vlang.io/" target="_blank"><img width="80" src="https://raw.githubusercontent.com/vlang/v-logo/master/dist/v-logo.svg?sanitize=true" alt="V logo"></a>
44
</p>
55
<h1>The V Programming Language</h1>
66

77
[vlang.io](https://vlang.io) | [Docs](https://github.com/vlang/v/blob/master/doc/docs.md) | [Changelog](https://github.com/vlang/v/blob/master/CHANGELOG.md) | [Speed](https://fast.vlang.io/) | [Contributing & compiler design](https://github.com/vlang/v/blob/master/CONTRIBUTING.md)
88
</div>
9-
<div style="display:grid;place-items:center;">
9+
<div align="center" style="display:grid;place-items:center;">
1010
<!--
1111
[![Build Status][WorkflowBadge]][WorkflowUrl]
1212
-->

0 commit comments

Comments
 (0)