Estilos de Header.vue
<style scoped>
.header {
display: flex;
justify-content: space-around;
align-items: center;
width: 100vw;
}
img,
span {
width: 48px;
}
h1 {
font-size: 1.4rem;
color: var(--brand-blue);
}
h1 span {
color: var(--brand-green);
}
</style>
¿Quieres ver más aportes, preguntas y respuestas de la comunidad?