Fix mobile
This commit is contained in:
@@ -18,6 +18,11 @@ export default {
|
||||
desc: 'Free video courses about javascript. Made by WesBos',
|
||||
url: 'https://javascript30.com'
|
||||
},
|
||||
{
|
||||
title: 'Learn vanilla js',
|
||||
desc: 'A vanilla JS roadmap, along with learning resources and project ideas to help you get started.',
|
||||
url: 'https://learnvanillajs.com/'
|
||||
},
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -31,9 +36,5 @@ export default {
|
||||
h1 {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
.cards {
|
||||
display:grid;
|
||||
grid-template-columns: repeat(4, 20%);
|
||||
grid-gap: 3rem;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user