feat: 💄 demote quickfacts heading one level

This commit is contained in:
Sebin Nyshkim 2020-12-21 12:42:30 +01:00
parent 6b195410a9
commit d962f5f66a

View file

@ -1,6 +1,6 @@
<template>
<div class="quickfacts" :class="{ open: isExpanded }">
<h3 class="quickfacts__head" @click.prevent="toggle">Quickfacts</h3>
<h4 class="quickfacts__head" @click.prevent="toggle">Quickfacts</h4>
<div class="quickfacts__list">
<slot></slot>
@ -44,9 +44,9 @@ export default {
transition: 0.3s all ease-in-out;
border: {
right: 0.75em solid transparent;
bottom: 0.75em solid #fff;
left: 0.75em solid transparent;
right: 0.625em solid transparent;
bottom: 0.625em solid #fff;
left: 0.625em solid transparent;
}
}