Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update brand.js
  • Loading branch information
arghyaxcodes committed May 17, 2022
commit a0e76964ca4b2f2a730e9aa9c892665f7995bcec
6 changes: 3 additions & 3 deletions src/pages/brand.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function Logo({ title, component: Component }) {
export default function Brand() {
return (
<div className="px-4 pt-10 pb-16 sm:px-6 md:px-8">
<h1 className="mb-4 text-4xl font-extrabold text-gray-900">Brand</h1>
<h1 className="mb-4 text-5xl font-extrabold text-gray-900">Brand</h1>
<div className="mb-4 max-w-2xl">
<div className="mb-5 space-y-5 text-lg">
<p>Javaistic brand assets and usage guidelines.</p>{' '}
Expand All @@ -31,7 +31,7 @@ export default function Brand() {
<div className="my-8 grid gap-8 sm:my-12 md:grid-cols-2 md:gap-6 xl:gap-8">
<section>
<h2 className="mb-4 text-xl font-bold text-gray-900">
Main Logo<span className="sr-only">: Javaistic Main Logo</span>
Main Logo<span className="sr-only">Javaistic Main Logo</span>
</h2>
<div className="mb-6 flex h-40 items-center justify-center rounded-xl bg-gray-200 p-6 dark:bg-gray-50 sm:h-56 xl:h-64">
<Logo title="Headless UI" component={JavaisticLogo} />
Expand All @@ -52,7 +52,7 @@ export default function Brand() {
</section>
<section>
<h2 className="mb-4 text-xl font-bold text-gray-900">
Alternate Logo<span className="sr-only">: Javaistic Alternate Logo</span>
Alternate Logo<span className="sr-only">Javaistic Alternate Logo</span>
</h2>
<div className="mb-6 flex h-40 items-center justify-center rounded-xl bg-gray-900 p-6 dark:bg-gray-800 sm:h-56 xl:h-64">
<Logo title="Headless UI" component={JavaisticAltLogo} />
Expand Down