mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
Remove image size and max width
This commit is contained in:
parent
17a9be9557
commit
f5181e5b60
1 changed files with 0 additions and 2 deletions
|
|
@ -32,7 +32,6 @@
|
||||||
alt="Clean desk with Samsung monitor and Ducky Keyboard"
|
alt="Clean desk with Samsung monitor and Ducky Keyboard"
|
||||||
fetchpriority="high"
|
fetchpriority="high"
|
||||||
loading="eager"
|
loading="eager"
|
||||||
sizes="(max-height: 480px) 480px, 500px"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
@ -49,7 +48,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.uses-image img {
|
.uses-image img {
|
||||||
max-width: 640px;
|
|
||||||
height: auto;
|
height: auto;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue