fix overflow

This commit is contained in:
Thomas Amland 2020-07-29 12:11:10 +02:00
parent 2218d82ee1
commit 792a06915e

View File

@ -1,10 +1,8 @@
<template> <template>
<div v-if="album"> <div v-if="album">
<div class="row mb-4"> <div class="d-flex align-items-start mb-3">
<div class="col-auto"> <b-img height="300" width="300" fluid :src="album.image"/>
<b-img height="300" width="300" :src="album.image"></b-img> <div class="ml-3 ml-md-4">
</div>
<div class="col">
<h1>{{ album.name }}</h1> <h1>{{ album.name }}</h1>
<p>by <p>by
<router-link :to="{name: 'artist', params: { id: album.artistId }}"> <router-link :to="{name: 'artist', params: { id: album.artistId }}">