Ajusts margin on card for bootstrap 3 support.

This commit is contained in:
Mateus Machado Luna 2018-10-02 14:05:52 -03:00
parent ce31493a89
commit ac06b00322
2 changed files with 1 additions and 1 deletions

View File

@ -110,6 +110,7 @@
.media {
width: 100%;
display: flex;
margin: 0 !important;
.list-metadata {
padding: 0.75rem 1.375rem;

View File

@ -593,7 +593,6 @@ export default {
justify-content: space-between;
height: 100vh;
width: 100vw;
}
</style>