~repos /only-bible-app

#kotlin#android#ios

git clone https://pyrossh.dev/repos/only-bible-app.git

The only bible app you will ever need. No ads. No in-app purchases. No distractions.


52737599 pyrossh

1 year ago
fix button size
Files changed (1) hide show
  1. website/src/routes/+page.svelte +2 -2
website/src/routes/+page.svelte CHANGED
@@ -113,7 +113,7 @@
113
113
  rel="noopener noreferrer"
114
114
  target="blank"
115
115
  >
116
- <PlayStoreIcon class="w-52 sm:w-44" />
116
+ <PlayStoreIcon class="w-44" />
117
117
  </a>
118
118
  <a
119
119
  class="mt-6 sm:mt-0"
@@ -121,7 +121,7 @@
121
121
  rel="noopener noreferrer"
122
122
  target="blank"
123
123
  >
124
- <AppStoreIcon class="w-52 sm:w-44" />
124
+ <AppStoreIcon class="w-44" />
125
125
  </a>
126
126
  </div>
127
127
  <!-- End Buttons -->