Minor css adjustement.

Fixes #114 & #117
This commit is contained in:
Bastien Wirtz 2020-10-14 22:40:57 -07:00
parent 2b5f88db18
commit e608701404
2 changed files with 6 additions and 1 deletions

View File

@ -170,6 +170,7 @@ body {
.title {
font-size: 1.1em;
line-height: 1.2em;
@include ellipsis();
}

View File

@ -37,4 +37,8 @@ export default {
};
</script>
<style scoped lang="scss"></style>
<style scoped lang="scss">
.media-left img {
max-height: 100%;
}
</style>