@@ -59,6 +59,10 @@ defineEmits<{ (e: 'changeSelect', item: Item): void }>()
.atom-content {
padding: 20px 0;
border-bottom: 1px solid rgba(255,255,255,0.16);
+
+ p {
+ line-height: 1.5em;
+ }
}