Skip to content

Commit

Permalink
added responsive class
Browse files Browse the repository at this point in the history
  • Loading branch information
halituzan committed Nov 6, 2024
1 parent c1471be commit bc78e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/kelimeler/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const Kelimeler = () => {
></textarea>
</div>

<div className='w-[300px] flex items-start mt-10 justify-center px-10'>
<div className='md:w-[300px] flex items-start mt-10 justify-center px-1 md:px-10'>
<button
className={`${
theme === "dark" ? "bg-dark3 text-light5" : "bg-light6 text-dark5"
Expand Down

0 comments on commit bc78e17

Please sign in to comment.