Fix spacing of comparison table on mobile

This commit is contained in:
Luke Thomas
2024-08-12 15:06:49 +01:00
parent dd010b8622
commit 9324a64a03
2 changed files with 29 additions and 7 deletions

View File

@@ -2,7 +2,19 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
## Getting Started
First, run the development server:
First you need to install the dependencies:
```bash
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```
Then, run the development server:
```bash
npm run dev