@@ -59,7 +59,7 @@ export default{
},
}
</script>
-<style>
+<style scoped>
.timeline-container{
margin: 0 auto;
@@ -117,7 +117,7 @@ img {
border-style: none;
.serie .badge-icon-list{
- display: grid;
+ display: flex;
justify-content: space-between;
grid-template-columns: repeat(auto-fill,118px);
grid-gap: 10px 20px;