From 0c44210d4aef63481bbd8287fe50f0b49ca3d097 Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 22 Aug 2024 06:03:58 +0100 Subject: [PATCH] Cleanup styles --- src/App.tsx | 21 +++++++++++---------- src/index.css | 4 ++++ 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 6091594..01c25d7 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -52,17 +52,18 @@ export default function App() {

LNVPS

VPS

-
- {offers.map(a => )} -
+
+
+ {offers.map(a => )} +
-
- Please email sales@lnvps.net after paying the invoice with your order id, desired OS and ssh key -
-
- - All VPS come with 1x IPv4 and 1x IPv6 address and unmetered traffic. - +
+ Please email sales@lnvps.net after paying the invoice with your order id, desired OS and ssh key + + All VPS come with 1x IPv4 and 1x IPv6 address and unmetered traffic. + +
+
) } diff --git a/src/index.css b/src/index.css index ffeb578..71efdb6 100644 --- a/src/index.css +++ b/src/index.css @@ -31,4 +31,8 @@ h2 { } h3 { @apply text-lg font-medium my-2; +} + +a { + text-decoration: underline; } \ No newline at end of file