fix: figure markup, remove superfluous styles

This commit is contained in:
Sebin Nyshkim 2022-01-07 21:37:06 +01:00
parent cd56735bf9
commit 64ff5792c9

View file

@ -101,12 +101,10 @@
<h3>Head</h3>
<ref-figure>
<template #img>
<div>
<img
src="@/assets/refs/sebin-ref-expressions.png"
alt="Sebin's Expressions"
/>
</div>
<img
src="@/assets/refs/sebin-ref-expressions.png"
alt="Sebin's Expressions"
/>
</template>
<template #caption>
<label>Sebin's Expressions</label>
@ -349,12 +347,10 @@
<h3>Penis</h3>
<ref-figure>
<template #img>
<div>
<img
src="@/assets/refs/sebin-ref-penis.png"
alt="Sebin's manly parts"
/>
</div>
<img
src="@/assets/refs/sebin-ref-penis.png"
alt="Sebin's manly parts"
/>
</template>
<template #caption>
<label>Sebin's manly parts</label>
@ -434,18 +430,3 @@ export default {
mixins: [Sebin, Helper],
};
</script>
<style lang="scss">
@import "@/scss/_variables.scss";
.figure {
&__border {
position: relative;
}
.nsfw-switch {
font-size: 1em;
font-style: normal;
}
}
</style>