mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 11:38:24 +00:00
wikipedia styles adjustments
This commit is contained in:
parent
8572ea2202
commit
f294d5c959
1 changed files with 17 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
size="sm"
|
size="sm"
|
||||||
@click="descriptionExpanded = true"
|
@click="descriptionExpanded = true"
|
||||||
>
|
>
|
||||||
Read more.
|
Read more
|
||||||
</b-button>
|
</b-button>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -130,8 +130,23 @@ h2 {
|
||||||
|
|
||||||
<style lang="scss" rel="stylesheet/scss">
|
<style lang="scss" rel="stylesheet/scss">
|
||||||
.game-description {
|
.game-description {
|
||||||
|
h2, h3 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
padding-bottom: .5rem;
|
||||||
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 2px;
|
font-size: 24px;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h4, h5, h6 {
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.mw-empty-elt {
|
.mw-empty-elt {
|
||||||
|
|
Loading…
Add table
Reference in a new issue