mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix text centering in search results
This commit is contained in:
parent
7d4ae0310c
commit
8bc56c93dc
1 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
<template>
|
<template>
|
||||||
<section class="container">
|
<section class="container">
|
||||||
<div class="flex flex-col items-center text-center">
|
<div class="flex flex-col items-center">
|
||||||
<h1 class="title text-6xl font-bold">
|
<h1 class="title text-6xl font-bold text-center">
|
||||||
Does it 🦾ARM?
|
Does it 🦾ARM?
|
||||||
</h1>
|
</h1>
|
||||||
<h2 class="subtitle text-xl font-bold">
|
<h2 class="subtitle text-xl font-bold 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