style: don't wrap social links

pull/2323/head
Divyansh Singh 2 years ago committed by GitHub
parent 521f62f306
commit 2afb1477be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,7 +21,6 @@ defineProps<{
<style scoped> <style scoped>
.VPSocialLinks { .VPSocialLinks {
display: flex; display: flex;
flex-wrap: wrap;
justify-content: center; justify-content: center;
} }
</style> </style>

Loading…
Cancel
Save