diff --git a/src/components/celestials/CelestialCard.vue b/src/components/celestials/CelestialCard.vue index 83af80c..4d61454 100644 --- a/src/components/celestials/CelestialCard.vue +++ b/src/components/celestials/CelestialCard.vue @@ -5,24 +5,33 @@ planet icon planet icon moon icon moon icon - moon icon + moon icon
@@ -114,15 +123,14 @@ export default defineComponent({ position: absolute; top: 0; right: 0; - img { - max-width: 50px; - max-height: 50px; - } } > * { flex: 0 1 auto; } + .card-header { + padding-right: 60px; + } .card-content { flex: 1 1 auto; min-height: 30px;