Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Increase size of text on pricing page
Browse files Browse the repository at this point in the history
  • Loading branch information
debanjum committed Nov 29, 2023
1 parent 70edbc0 commit 4ab6700
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/pages/Pricing.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import { Link } from 'react-router-dom';

import { Button } from 'antd';
Expand Down Expand Up @@ -43,7 +42,8 @@ const Pricing = () => {
<div className='card-content notice'>Early-Bird deal!</div>
<div className='card-content'>
<ul className='card-content'>
<li className='card-content'>Multi-modal (voice, image), internet-enabled AI chat</li>
<li className='card-content'>Real-time internet aware AI</li>
<li className='card-content'>Multi-modal: voice, image (soon!)</li>
<li className='card-content'>Early access to new features</li>
<li className='card-content'>Up to 100 MB of data storage</li>
<li className='card-content'>Unlimited queries per day</li>
Expand Down
7 changes: 4 additions & 3 deletions src/styles/Pricing.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ ul.card-content {
list-style: disc;
text-align: left;
font-family: var(--reader);
font-size: large;
}

h2.article-title {
text-align: left;
margin: 2rem;
h1.article-title {
margin: 2rem 0;
font-family: var(--impact);
font-size: xx-large;
}

div.content-sections {
Expand Down

0 comments on commit 4ab6700

Please sign in to comment.