mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-21 06:54:08 -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>
|
<template>
|
||||||
<section class="container py-24">
|
<section class="container py-24">
|
||||||
<div class="flex flex-col items-center">
|
<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?
|
Does it ARM?
|
||||||
</h1>
|
</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
|
Apps that are reported to support Apple Silicon
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue