1
0

Add width: 100%

This commit is contained in:
Elscrux 2024-05-23 10:26:42 +02:00
parent eafd4da038
commit c80d77ca69

View File

@ -29,6 +29,7 @@ watchEffect(async () => {
<style scoped lang="scss">
img {
width: 100%;
border-radius: $radius;
object-fit: cover;
}