Move the international section into Quick Start

This commit is contained in:
Jeremy Ruston 2023-10-17 11:28:43 +01:00
parent 2f9eb9071c
commit dd2df9f80f
2 changed files with 9 additions and 8 deletions

View File

@ -18,6 +18,11 @@ TiddlyWiki lets you choose where to keep your data, guaranteeing that in the dec
<$macrocall $name="flex-card" bordercolor={{!!color}} textcolor={{!!text-color}} backgroundcolor={{!!background-color}} captionField="caption" descriptionField="text"/>
</$list>
</div>
<div class="tc-cards tc-small">
<$link to="中文社区 - Chinese Community" class="tc-btn-big-green tc-card">
中文社区 - Chinese Community
</$link>
</div>
!! ''Find Out More''
@ -56,14 +61,6 @@ TiddlyWiki lets you choose where to keep your data, guaranteeing that in the dec
</a>
</div>
!! ''International''
<div class="tc-cards" style="font-size:0.7em;text-align:center;margin:3em auto;">
<$link to="中文社区 - Chinese Community" class="tc-btn-big-green tc-card">
中文社区 - Chinese Community
</$link>
</div>
!! ''Testimonials & Reviews''
<div class="tc-cards">

View File

@ -147,6 +147,10 @@ type: text/vnd.tiddlywiki
gap: 1em;
}
.tc-cards.tc-small {
font-size: 0.7em;
}
.tc-cards.tc-action-card {
text-align: center;
background: none;