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