diff --git a/resources/css/app.css b/resources/css/app.css index 6b9169df..137783f1 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -32,6 +32,10 @@ blockquote { @tailwind components; +p.lead { + @apply text-lg +} + .wrap { @apply w-full max-w-3xl mx-auto; diff --git a/source/articles/index.html.twig b/source/articles/index.html.twig index 54d951a4..ff3380ac 100644 --- a/source/articles/index.html.twig +++ b/source/articles/index.html.twig @@ -4,9 +4,9 @@ title: Articles use: [posts] ---
I enjoy writing articles, and have written a number of them so far during my career, both to document my own learning as well to act as resources for others.
-Here are some of my favourites.
+I enjoy writing articles, and have written a number of them so far during my career, both to document my own learning as well to act as resources for others.
+Here are some of my favourites.
After giving my first talk in September 2012, I have now given {{ talks|pastEvents|length }} presentations at various conferences and meetups, on topics including PHP, Drupal, Git, CSS and systems administration.
+After giving my first talk in September 2012, I have now given {{ talks|pastEvents|length }} presentations at various conferences and meetups, on topics including PHP, Drupal, Git, CSS and systems administration.