mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
Remove styles on image in uses.
This commit is contained in:
parent
f00e03058d
commit
05b1fdf296
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
</div>
|
||||
<div class="uses-block-styles">
|
||||
<figure>
|
||||
<Img class="portfolio-image better-blur" style="max-height: 480px; max-width: 520px;" src={desktop} alt="Clean desk with Samsung monitor and Ducky Keyboard" loading="eager" />
|
||||
<Img class="portfolio-image better-blur" src={desktop} alt="Clean desk with Samsung monitor and Ducky Keyboard" loading="eager" />
|
||||
</figure>
|
||||
<h2>Hardware & Accessories</h2>
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Reference in a new issue