Ajusts margin on card for bootstrap 3 support.
This commit is contained in:
parent
ce31493a89
commit
ac06b00322
|
@ -110,6 +110,7 @@
|
|||
.media {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
margin: 0 !important;
|
||||
|
||||
.list-metadata {
|
||||
padding: 0.75rem 1.375rem;
|
||||
|
|
|
@ -593,7 +593,6 @@ export default {
|
|||
justify-content: space-between;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue