refactor: remove TextBlock component in favor of simpler section element
This commit is contained in:
parent
bd4b36f8ae
commit
d296e61362
7 changed files with 30 additions and 42 deletions
|
@ -1,17 +0,0 @@
|
|||
<template>
|
||||
<div class="textblock">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
.textblock {
|
||||
max-width: var(--textblock-max-width);
|
||||
margin: auto;
|
||||
padding: var(--textblock-padding);
|
||||
|
||||
p {
|
||||
text-align: justify;
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue