Skip to content

Commit

Permalink
style: remove pixelated image rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlimes committed Jan 5, 2024
1 parent a161445 commit c942729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default function Home({ cards, darkMode, setDarkMode }) {
width="100%"
height="100%"
loading="lazy"
style={{ imageRendering: "pixelated" }}
/*style={{ imageRendering: "pixelated" }}*/
/>
</div>
<div className={styles.text} id="hero-text">
Expand Down

0 comments on commit c942729

Please sign in to comment.