From 8b3232f3493c569fb6b95eb2e18bf15438d533ed Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Sun, 4 Sep 2022 22:12:35 +0200 Subject: [PATCH] Minor layout changes --- resources/views/components/feature.blade.php | 4 ++-- resources/views/onepager.blade.php | 20 ++++++++++++-------- tailwind.config.js | 3 +++ 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/resources/views/components/feature.blade.php b/resources/views/components/feature.blade.php index 8e4cfd6..668d34a 100644 --- a/resources/views/components/feature.blade.php +++ b/resources/views/components/feature.blade.php @@ -1,4 +1,4 @@ -
merge(['class' => "flex lg:flex-row flex-col m-auto max-w-5xl py-8 gap-x-10"]) }}> +
merge(['class' => "flex md:flex-row flex-col m-auto max-w-5xl py-8 gap-x-10"]) }}>
@isset ($title) @@ -7,6 +7,6 @@

{{ $slot }}

-
+
\ No newline at end of file diff --git a/resources/views/onepager.blade.php b/resources/views/onepager.blade.php index 72467fa..63b951b 100644 --- a/resources/views/onepager.blade.php +++ b/resources/views/onepager.blade.php @@ -25,8 +25,12 @@ {{-- Vite --}} @vite('resources/css/app.css') + {{-- Web Fonts --}} + + + - +
@@ -35,11 +39,11 @@

Monitor and manage
your PHP installations
with ease.

-

PHP Monitor (”phpmon”) is a lightweight, native Mac menu bar app that interacts with Laravel Valet.

-
- Sponsor - GitHub - Download +

PHP Monitor (”phpmon”) is a lightweight, native Mac menu bar app that interacts with Valet.

+
@@ -47,7 +51,7 @@
- PHP Monitor + PHP Monitor

PHP Monitor helps you set up and develop Laravel and Symfony projects. It's also great for WordPress or Drupal sites. In fact, it's a great companion for all kinds of projects.

@@ -55,7 +59,7 @@
- PHP Monitor builds upon the excellent Laravel Valet. That means that PHP Monitor builds upon a solid and trusted foundation. If you've already got that installed, it's easy to get started. + PHP Monitor interacts with your local Laravel Valet installation. That means that PHP Monitor builds upon a solid and trusted foundation. If you've already got that installed, it's very easy to get started. PHP Monitor lives in your menu bar. From here, you can use the bulk of PHP Monitor's functionality, including the global version switcher as well as services status section. diff --git a/tailwind.config.js b/tailwind.config.js index 3413572..b2a7670 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -6,6 +6,9 @@ module.exports = { "./resources/**/*.vue", ], theme: { + fontFamily: { + 'sans': ['Inter', 'sans-serif'] + }, extend: {}, }, plugins: [],