Skip to content

Commit dbe01d5

Browse files
committed
Tweak image size and list item margin
1 parent 3e11b46 commit dbe01d5

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

index.cmd

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ OrdinaryDictionaryReplacement: #.boilerplate-properties-override
1515
img {
1616
vertical-align: middle;
1717
}
18+
li {
19+
margin-bottom: 0.5em;
20+
}
1821

1922
RegexDictionaryReplacement: #.chinese-lang
2023
- queue_position: BEFORE #escape-idle-html
@@ -34,8 +37,8 @@ See b<https://github.com/stroke-input> for the GitHub organisation.
3437
## Stroke Input Method (筆畫輸入法) for Android
3538

3639
==
37-
- [![Get it on F-Droid]{width=240 height=auto}(https://fdroid.gitlab.io/artwork/badge/get-it-on.png)][f-droid]
38-
- [![Get it on Google Play]{width=240 height=auto}(https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png)][google-play]
40+
- [![Get it on F-Droid]{width=180 height=auto}(https://fdroid.gitlab.io/artwork/badge/get-it-on.png)][f-droid]
41+
- [![Get it on Google Play]{width=180 height=auto}(https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png)][google-play]
3942
- [Source code on GitHub](https://github.com/stroke-input/stroke-input-android)
4043
==
4144

index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
img {
1616
vertical-align: middle;
1717
}
18+
li {
19+
margin-bottom: 0.5em;
20+
}
1821
</style>
1922
</head>
2023
<body>
@@ -25,10 +28,10 @@ <h1>Stroke input method (<span lang="zh-Hant">筆畫輸入法</span>)</h1>
2528
<h2>Stroke Input Method (<span lang="zh-Hant">筆畫輸入法</span>) for Android</h2>
2629
<ul>
2730
<li>
28-
<a href="https://f-droid.org/en/packages/io.github.yawnoc.strokeinput/"><img alt="Get it on F-Droid" src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" width="240" height="auto"></a>
31+
<a href="https://f-droid.org/en/packages/io.github.yawnoc.strokeinput/"><img alt="Get it on F-Droid" src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" width="180" height="auto"></a>
2932
</li>
3033
<li>
31-
<a href="https://play.google.com/store/apps/details?id=io.github.yawnoc.strokeinput"><img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" width="240" height="auto"></a>
34+
<a href="https://play.google.com/store/apps/details?id=io.github.yawnoc.strokeinput"><img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" width="180" height="auto"></a>
3235
</li>
3336
<li>
3437
<a href="https://github.com/stroke-input/stroke-input-android">Source code on GitHub</a>

0 commit comments

Comments
 (0)