fix card
This commit is contained in:
@@ -11,7 +11,7 @@ export default {
|
|||||||
props: ['title', 'desc', 'url'],
|
props: ['title', 'desc', 'url'],
|
||||||
methods: {
|
methods: {
|
||||||
goToSite(title,url){
|
goToSite(title,url){
|
||||||
window.open(url, title, 'noopener')
|
window.open(url, title)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -41,6 +41,7 @@ export default {
|
|||||||
&--body {
|
&--body {
|
||||||
display:flex;
|
display:flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|||||||
Reference in New Issue
Block a user