Files
webgems/pages/index.vue
André Weller 0ab7d5c877 Fix mobile
2019-05-12 01:35:18 +02:00

24 lines
552 B
Vue

<template lang="pug">
div
main
h1.text-black.font-bold.text-xl.mb-2 What is &nbsp;
span.text-teal webgems 💎&nbsp;
| ?
p As of now, it's a curated list of resources for developers and designers.
p If you want to suggest a resource, go ahead and contact me&nbsp;
a(href="https://twitter.com/lostdesign") @lostdesign&nbsp;
| or join&nbsp;
a(href="https://discord.gg/Bjgjdrr") my discord server
</template>
<script>
export default {}
</script>
<style lang="scss" scoped>
main {
height: 100vh;
}
</style>