From 29d8045f57ee580c437d2cdfdf9c0b34a69abdd9 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 27 Dec 2018 08:47:12 +0100 Subject: [PATCH] feat(views): link to the doc (#34) * feat(views): link to the doc * typo(views): removed extra space Co-Authored-By: Grafikart --- public/style.css | 10 ++++++++++ resources/views/welcome.edge | 7 ++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index cb47159..c805815 100644 --- a/public/style.css +++ b/public/style.css @@ -67,6 +67,16 @@ section:before { animation: slideUp 1s cubic-bezier(0.19, 1, 0.30, 1) 0.5s forwards; } + +a { + color: inherit; + text-decoration: underline; +} + +p { + margin: 0.83rem 0; +} + @keyframes slideUp { 0% { transform: translateY(40px); diff --git a/resources/views/welcome.edge b/resources/views/welcome.edge index 594ef90..4355627 100644 --- a/resources/views/welcome.edge +++ b/resources/views/welcome.edge @@ -9,7 +9,12 @@
-

AdonisJs simplicity will make you feel confident about your code

+
+

AdonisJs simplicity will make you feel confident about your code

+

+ Don't know where to start? Read the documentation. +

+