mirror of
https://github.com/bastienwirtz/homer.git
synced 2024-12-26 08:38:56 +01:00
parent
2b5f88db18
commit
e608701404
@ -170,6 +170,7 @@ body {
|
||||
|
||||
.title {
|
||||
font-size: 1.1em;
|
||||
line-height: 1.2em;
|
||||
@include ellipsis();
|
||||
}
|
||||
|
||||
|
@ -37,4 +37,8 @@ export default {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss"></style>
|
||||
<style scoped lang="scss">
|
||||
.media-left img {
|
||||
max-height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user