mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
readme: add back align=center
to make github happy (#16850)
This commit is contained in:
parent
24189e02b5
commit
395ee2b464
@ -1,4 +1,4 @@
|
||||
<div style="display:grid;place-items:center;">
|
||||
<div align="center" style="display:grid;place-items:center;">
|
||||
<p>
|
||||
<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>
|
||||
</p>
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
[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)
|
||||
</div>
|
||||
<div style="display:grid;place-items:center;">
|
||||
<div align="center" style="display:grid;place-items:center;">
|
||||
<!--
|
||||
[![Build Status][WorkflowBadge]][WorkflowUrl]
|
||||
-->
|
||||
|
Loading…
Reference in New Issue
Block a user