Skip to content

Commit

Permalink
loading text changed
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandyrzph committed Aug 7, 2022
1 parent 9d1d285 commit 91434d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixelplace/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function App() {
} else {
return (
<div className="flex flex-col -mt-10 justify-center items-center h-screen bg-neu-white">
<h1 className=" font-logo text-[70px]">
<h1 className="font-logo text-[50px] md:text-[70px]">
Pixel<span className="text-stroke text-neu-white">Place</span>
</h1>
<BeatLoader size={"5rem"} color={"#1e1e1e"} />
Expand Down

0 comments on commit 91434d4

Please sign in to comment.