mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Reduce size of hero type for mobile
This commit is contained in:
parent
fca4a76321
commit
72fbcc9053
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
<template>
|
||||
<section class="container py-24">
|
||||
<div class="flex flex-col items-center">
|
||||
<h1 class="title text-6xl font-hairline leading-tight text-center">
|
||||
<h1 class="title text-4xl md:text-6xl font-hairline leading-tight text-center">
|
||||
Does it ARM?
|
||||
</h1>
|
||||
<h2 class="subtitle text-xl font-light text-center">
|
||||
<h2 class="subtitle md:text-xl font-light text-center">
|
||||
Apps that are reported to support Apple Silicon
|
||||
</h2>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue