mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Fix app page padding
This commit is contained in:
parent
d1817aad93
commit
e24f7fd367
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ class AppTemplate {
|
|||
} ).join('')
|
||||
|
||||
return /* html */`
|
||||
<section class="container pb-16">
|
||||
<section class="container py-32">
|
||||
<div class="flex flex-col items-center text-center">
|
||||
<h1 class="title text-sm md:text-2xl font-bold">
|
||||
Does ${ app.name } work on Apple Silicon when installed?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue