From 4cf1dc5825717b57b1916816085a7dec88ead670 Mon Sep 17 00:00:00 2001 From: midblep Date: Sun, 4 Jul 2021 17:15:32 +0200 Subject: [PATCH] minor fix --- components/footer.tsx | 2 +- components/menu.tsx | 2 +- pages/index.tsx | 5 +++-- styles/Index.module.css | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/components/footer.tsx b/components/footer.tsx index 5ed3bb8..8b525c1 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -9,7 +9,7 @@ export default function Footer() { ) diff --git a/components/menu.tsx b/components/menu.tsx index 0a0aae8..43ff566 100644 --- a/components/menu.tsx +++ b/components/menu.tsx @@ -16,7 +16,7 @@ export default function Menu() {
- About +
About
Blog
Showcase
Services
diff --git a/pages/index.tsx b/pages/index.tsx index 2824c1c..ac4584c 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -30,8 +30,9 @@ export default function Home() {

- {"DubbelNull is a small IT development team from The Netherlands making and designing web applications. "} - {"We build with a variety of tools such as Laravel, NextJS, NestJS and Wordpress."} + {"DubbelNull is a small IT development team from The Netherlands making and designing applications. "} + {"We create both back-end servers and front-end experiences, including mobile apps and PWA. "} + {"Whatever it is you need, if it's based on web protocols, we can make it for you."}


diff --git a/styles/Index.module.css b/styles/Index.module.css index f84ab5f..1574a9d 100644 --- a/styles/Index.module.css +++ b/styles/Index.module.css @@ -18,7 +18,7 @@ .description { font-weight: normal; text-align: center; - width: 75%; + width: 100%; margin: auto; }