Skip to content

Commit f212b2c

Browse files
author
Bharat Sharma
committed
home page download button alignment fix
1 parent f2a8317 commit f212b2c

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

src/pages/index.astro

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -218,24 +218,26 @@ const footerLinks = [
218218
}
219219

220220
.store-button {
221-
display: inline-block;
222-
transition: transform 0.3s ease;
221+
display: flex;
222+
align-items: center;
223+
justify-content: center;
224+
text-decoration: none;
225+
transition: all 0.3s ease;
226+
min-height: 44px;
223227
}
224228

225229
.store-button:hover {
226-
transform: scale(1.05);
230+
transform: translateY(-2px);
231+
filter: brightness(1.05);
227232
}
228233

229234
.store-badge {
230-
height: 48px;
231-
width: 150px;
232-
object-fit: contain;
235+
height: 40px;
236+
width: auto;
233237
}
234238

235239
.store-badge.google-play {
236-
height: 48px;
237-
width: 150px;
238-
object-fit: contain;
240+
height: 60px;
239241
}
240242

241243
.learn-more {

0 commit comments

Comments
 (0)