Skip to content

Commit

Permalink
fix: add padding to mobile ending quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymczek authored and Rei-x committed Sep 8, 2024
1 parent 1453ca7 commit d8445e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ const Logo = () => {

const Footer = () => {
return (
<footer className="mt-12">
<p className="text-center text-white">
<footer className="sm:mt-12">
<p className="p-4 text-center text-white">
Made with ❤️ by{" "}
<a
href="https://solvro.pwr.edu.pl/"
Expand Down

0 comments on commit d8445e7

Please sign in to comment.