Merge pull request #1579

hangouts: properly rearrange buttons
This commit is contained in:
luigi1111 2021-04-24 16:02:04 -04:00 committed by GitHub
commit 5d5a0550e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,17 +40,17 @@ permalink: /community/hangouts/index.html
<h2>{% t hangouts.resources %}</h2>
</div>
</div>
<div class="row center-xs">
<div class="row around-xs">
<div class="center-xs">
<p>{% t hangouts.resources_para %}</p>
</div>
<div class="row relays center-xs">
<div class="col-md-4 col-sm-4 col-xs-4">
<div class="col">
<p><a href="https://translate.getmonero.org/" class="btn-link btn-fixed">Weblate</a></p>
</div>
<div class="col-md-4 col-sm-4 col-xs-4">
<div class="col">
<p><a href="https://mattermost.getmonero.org/" class="btn-link btn-fixed">Mattermost</a></p>
</div>
<div class="col-md-4 col-sm-4 col-xs-4">
<div class="col">
<p><a href="https://taiga.getmonero.org/" class="btn-link btn-fixed">Taiga</a></p>
</div>
</div>