From 09e6b10e182a9164ad3c891708dabebf1f4cb59c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Weller?= Date: Tue, 14 May 2019 19:34:22 +0200 Subject: [PATCH] update general --- layouts/default.vue | 2 +- pages/index.vue | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/layouts/default.vue b/layouts/default.vue index 836a56c..78660cc 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -67,7 +67,7 @@ h1 { .layout { display: grid; - grid-template-columns: fit-content(150px) auto; + grid-template-columns: fit-content(200px) auto; grid-gap: 1rem; grid-template-areas: 'logo .' diff --git a/pages/index.vue b/pages/index.vue index a6596ba..f92fbd8 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -4,17 +4,12 @@ div h1.text-black.font-bold.text-xl.mb-2 What is   span.text-teal webgems 💎  | ? - 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  + p As of now, it's a curated list of resources for developers and designers. If you want to suggest a resource, go ahead and contact me  a(href="https://twitter.com/lostdesign") @lostdesign  | or lost#0001 on discord //- a(href="https://discord.gg/Bjgjdrr") my discord server - hr - p Please note that this project has just launched some days ago - many of the resources i have in my backlog have not been added yet. - p I plan on adding more contents first, improve the site and then slap a backend behind it, were you can submit resources and vote on others. - p It will also be able to manage your own favorite resources or mark some as done. - hr + p Please note that this project has just launched some days ago - many of the resources i have in my backlog have not been added yet. I plan on adding more contents first, improve the site and then slap a backend behind it, were you can submit resources and vote on others. It will also be able to manage your own favorite resources or mark some as done. p Thank you :)