mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add beta pill
This commit is contained in:
parent
98418133d5
commit
c1a2fcbc21
1 changed files with 13 additions and 4 deletions
|
|
@ -1,11 +1,20 @@
|
||||||
<template>
|
<template>
|
||||||
<section class="container py-24">
|
<section class="container py-24">
|
||||||
<div class="flex flex-col items-center space-y-24">
|
<div class="flex flex-col items-center space-y-24">
|
||||||
<header>
|
<header class="flex flex-col items-center space-y-6 md:px-12">
|
||||||
|
|
||||||
|
<div class="title-container relative">
|
||||||
<h1 class="title text-3xl md:text-5xl font-hairline leading-tight text-center">
|
<h1 class="title text-3xl md:text-5xl font-hairline leading-tight text-center">
|
||||||
Apple Silicon Compatibility
|
Apple Silicon Compatibility
|
||||||
</h1>
|
</h1>
|
||||||
|
<div
|
||||||
|
class="beta-pill absolute h-5 text-xs bg-white-2 flex justify-center items-center outline-0 rounded-full ease px-2"
|
||||||
|
style="top: -1em; right: 0;"
|
||||||
|
>
|
||||||
|
Beta
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h2 class="subtitle md:text-xl text-center">
|
<h2 class="subtitle md:text-xl text-center">
|
||||||
Check for Apple Silicon compatibility for any app instantly before you buy an M1 Mac.
|
Check for Apple Silicon compatibility for any app instantly before you buy an M1 Mac.
|
||||||
</h2>
|
</h2>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue