Slight updates to cv rev3
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 20s

This commit is contained in:
BOTAlex 2025-06-10 12:23:34 +00:00
parent 900888ee07
commit 9192790978
6 changed files with 37 additions and 53 deletions

View file

@ -16,7 +16,7 @@
<div class="container">
<img
src={logo}
class="bg-white w-10 h-10 object-contain"
class="bg-white w-10 h-10 object-contain rounded shadow"
alt={imageCaption}
width={logoWidths}
/>
@ -38,10 +38,6 @@
text-align: start;
}
& > img {
border-radius: 2.5mm;
filter: drop-shadow(1mm 1mm 1mm #0000009d);
}
}
</style>