Skip to content

Commit

Permalink
Merge pull request #60 from chingu-voyages/mobile-styles-update
Browse files Browse the repository at this point in the history
Mobile styles update
  • Loading branch information
ElijahBcodes authored Jun 7, 2023
2 parents 6ed84d1 + d72b6f0 commit f262bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/explore.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default function ExplorePage() {
<>
<div className="h-20"></div>
<Center>
<h1 className="text-8xl font-bold">
<h1 className="text-8xl font-bold md:text-center sm:ml-5">
Explore <span className="text-secondary-focus">Stycker</span>s
</h1>
</Center>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function Home() {
<>
<div className="hero min-h-screen bg-base-100">
<div className="hero-content pr-8">
<div className="flex">
<div className="sm:flex">
<div className=" flex-auto max-w-lg flex-col">
<h1 className="text-6xl font-bold">
Welcome to <span className="text-accent">Stycker!</span>
Expand Down

0 comments on commit f262bce

Please sign in to comment.