Skip to content

Commit

Permalink
Merge pull request #67 from ISISComputingGroup/always_align_text_in_c…
Browse files Browse the repository at this point in the history
…enter

align the top text to be in the center on mobile as well as desktop
  • Loading branch information
Tom-Willemsen authored Nov 8, 2024
2 parents 50589be + 57f7920 commit 54e9c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function Home() {
>
<section className=" rounded-xl p-2 md:p-12 ">
<div className="px-12 mx-auto">
<div className="w-full mx-auto text-left md:w-11/12 xl:w-9/12 md:text-center">
<div className="w-full mx-auto md:w-11/12 xl:w-9/12 text-center">
<div className="mb-8 flex flex-col text-4xl font-extrabold leading-none tracking-normal text-gray-900 dark:text-white md:text-6xl md:tracking-tight">
<h1>Experiment Controls</h1>{" "}
<h1 className="block w-full mt-2 py-2 text-transparent bg-clip-text leading-12 bg-gradient-to-r from-green-400 to-purple-500 lg:inline">
Expand Down

0 comments on commit 54e9c97

Please sign in to comment.