Skip to content

Commit

Permalink
Change font-size in docs from 18px to 16px
Browse files Browse the repository at this point in the history
  • Loading branch information
visortelle committed Mar 3, 2024
1 parent a88a65a commit 8d49f52
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/components/pages/BooksPage/BooksPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const CaseStudiesPage: React.FC = () => {
<Layout
title={`Books`}
description="Learn about the basics of using Apache Pulsar"
wrapperClassName="LandingPage"
>
<Page>
<section className={s.Header}>
Expand Down
1 change: 1 addition & 0 deletions src/components/pages/CaseStudiesPage/CaseStudiesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const CaseStudiesPage: React.FC = () => {
<Layout
title={`Case studies`}
description="Learn about the basics of using Apache Pulsar"
wrapperClassName="LandingPage"
>
<Page>
<section className={s.Header}>
Expand Down
1 change: 1 addition & 0 deletions src/components/pages/CommunityPage/CommunityPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default function CommunityPage(): JSX.Element {
<Layout
title={"Community"}
description={"Learn about the basics of using Apache Pulsar"}
wrapperClassName="LandingPage"
>
<Page>
<section id="section-welcome">
Expand Down
1 change: 1 addition & 0 deletions src/components/pages/EcosystemPage/EcosystemPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const EcosystemPage: React.FC = () => {
<Layout
title={`Ecosystem`}
description="Learn about the basics of using Apache Pulsar"
wrapperClassName="LandingPage"
>
<Page>
<section className={s.Header}>
Expand Down
1 change: 1 addition & 0 deletions src/components/pages/EventsPage/EventsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const CaseStudiesPage: React.FC = () => {
<Layout
title={`Events`}
description="Apache Pulsar Events"
wrapperClassName="LandingPage"
>
<Page>
<div className={s.TopBlock}>
Expand Down
1 change: 1 addition & 0 deletions src/components/pages/HomePage/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const HomePage = () => {
<Layout
title={"Apache Pulsar"}
description={"Apache Pulsar is an open-source, distributed messaging and streaming platform built for the cloud."}
wrapperClassName="LandingPage"
>
<div className={s.Page}>
<div className={s.Background}></div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/PoweredByPage/PoweredByPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import ContributeDataDrivenPage from "../../ui/ContributeDataDrivenPage/Contribu

const PoweredByPage = () => {
return (
<Layout>
<Layout wrapperClassName="LandingPage">
<div className="tailwind">
<div className="my-12 container">
<header>
Expand Down
1 change: 1 addition & 0 deletions src/components/pages/ResourcesPage/ResourcesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const CaseStudiesPage: React.FC = () => {
<Layout
title={`Resources`}
description="Learn about the basics of using Apache Pulsar"
wrapperClassName="LandingPage"
>
<Page>
<div className={s.TopBlock}>
Expand Down
4 changes: 2 additions & 2 deletions src/css/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
font-weight: 400;
}

body {
.LandingPage {
font-size: 18px;
}

Expand All @@ -54,4 +54,4 @@ h6 {

blockquote {
border-color: var(--border-color) !important;
}
}

0 comments on commit 8d49f52

Please sign in to comment.