Skip to content

Commit eabc37b

Browse files
committed
Update index.html
1 parent b19c15e commit eabc37b

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

index.html

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,14 @@
146146
}
147147
.download{
148148
white-space: wrap;
149-
display:flex;
149+
display:grid;
150+
grid-template-columns: 20% 20% 20% 20% auto;
150151
align-items:center;
151152
justify-content:center;
152153
width: 100%;
153154
margin-top:32px;
154155
}
156+
.download:last-child {grid-template-columns: 50% auto;}
155157
.download > a{
156158
padding:0 0 0 32px;
157159
display:inline-grid;
@@ -161,7 +163,6 @@
161163
background-position: 8px center;
162164
background-size: 18px 18px;
163165
height: 32px;white-space: pre;
164-
margin:0 12px;
165166
transform: scale(1, 1);
166167
transition-duration: 0.8s;
167168
}
@@ -239,7 +240,6 @@
239240
</div><br>
240241
<div class="download">
241242
<a href='translate/en_tuesday_visual.html' target='_blank' class="icon_play">Run in browser</a>
242-
<a></a>
243243
<a href='doc_editor.html#quick_tutorial' target='_blank' class="icon_about">Quick tutorial</a>
244244
</div>
245245
</div>
@@ -338,7 +338,6 @@
338338
</div><br>
339339
<div class="download">
340340
<a href='translate/ru_tuesday_visual.html' target='_blank' class="icon_play">Запустить в браузере</a>
341-
<a></a>
342341
<a href='doc_editor.html#quick_tutorial_ru' target='_blank' class="icon_about">Краткое руководство</a>
343342
</div>
344343
</div>
@@ -426,7 +425,6 @@
426425
</div><br>
427426
<div class="download">
428427
<a href='translate/ja_tuesday_visual.html' target='_blank' class="icon_play">ブラウザ版を起動</a>
429-
<a></a>
430428
<a href='doc_editor.html#quick_tutorial_ja' target='_blank' class="icon_about">クイック・チュートリアル</a>
431429
</div>
432430
</div>
@@ -518,7 +516,6 @@
518516
</div><br>
519517
<div class="download">
520518
<a href='translate/zh_tuesday_visual.html' target='_blank' class="icon_play">免下载运行</a>
521-
<a></a>
522519
<a href='doc_editor.html#quick_tutorial' target='_blank' class="icon_about">快速指南</a>
523520
</div>
524521
</div>
@@ -598,7 +595,6 @@
598595
</div><br>
599596
<div class="download">
600597
<a href='translate/es_tuesday_visual.html' target='_blank' class="icon_play">Ejecutar en Navegador</a>
601-
<a></a>
602598
<a href='doc_editor.html#quick_tutorial_es' target='_blank' class="icon_about">Una guía rápida</a>
603599
</div>
604600
</div>
@@ -690,7 +686,6 @@
690686
</div><br>
691687
<div class="download">
692688
<a href='translate/en_tuesday_visual.html' target='_blank' class="icon_play">Execute no navegador</a>
693-
<a></a>
694689
<a href='doc_editor.html#quick_tutorial' target='_blank' class="icon_about">Tutorial Rápido</a>
695690
</div>
696691
</div>
@@ -781,7 +776,6 @@
781776
</div><br>
782777
<div class="download">
783778
<a href='translate/en_tuesday_visual.html' target='_blank' class="icon_play">Run in browser</a>
784-
<a></a>
785779
<a href='doc_editor.html#quick_tutorial' target='_blank' class="icon_about">Quick tutorial</a>
786780
</div>
787781
</div>
@@ -865,7 +859,6 @@
865859
</div><br>
866860
<div class="download">
867861
<a href='translate/en_tuesday_visual.html' target='_blank' class="icon_play">Run in browser</a>
868-
<a></a>
869862
<a href='doc_editor.html#quick_tutorial' target='_blank' class="icon_about">Quick tutorial</a>
870863
</div>
871864
</div>
@@ -941,7 +934,6 @@
941934
</div><br>
942935
<div class="download">
943936
<a href='translate/en_tuesday_visual.html' target='_blank' class="icon_play">Run in browser</a>
944-
<a></a>
945937
<a href='doc_editor.html#quick_tutorial' target='_blank' class="icon_about">Quick tutorial</a>
946938
</div>
947939
</div>

0 commit comments

Comments
 (0)