add margin to the radio component
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Artem Anufrij 2023-09-12 20:44:12 +02:00
parent 5fd39722ce
commit 661f8bbd3a

View File

@ -1,5 +1,5 @@
<template>
<div :title="item.name" class="container radio" @click="clicked">
<div :title="item.name" class="container radio ma" @click="clicked">
<img class="radioCover shadow" :src="cover" />
<p
class="radioTitle"