Skip to content

Commit

Permalink
style: update styling on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Apr 3, 2024
1 parent bd9efdd commit ae17c08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const ArticulableDefinition = () => {
<HelpCircle className="inline-block h-4 w-4" />
</PopoverTrigger>
<PopoverContent>
<p className="text-sm">
<p className="text-sm text-muted-foreground">
&quot;An articulated course is a course... that can be used
to satisfy... general education requirements at another
college or university.&quot; - <br />
Expand Down Expand Up @@ -111,11 +111,11 @@ export default function Home() {
<span className="flex text-center md:hidden">
Online, Async,
</span>
<span className="bg-gradient-to-r from-blue-500 to-purple-500 bg-clip-text text-5xl text-transparent xs:text-6xl sm:text-7xl md:text-8xl">
<span className="bg-gradient-to-r from-blue-500 to-purple-500 bg-clip-text text-5xl text-transparent xs:text-7xl sm:text-8xl md:text-9xl">
Articulable
</span>
</h1>
<p className="text-gray-600 max-w-prose text-slate-600 sm:text-lg">
<p className="max-w-prose px-2 text-muted-foreground sm:text-lg">
GE-Z sources data directly from{" "}
<Link
href="https://assist.org/"
Expand Down

0 comments on commit ae17c08

Please sign in to comment.