Skip to content

Commit

Permalink
Update container padding in privacy policy and terms of service pages
Browse files Browse the repository at this point in the history
  • Loading branch information
GFrancV committed Sep 13, 2024
1 parent 8378515 commit c5b75a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/privacy-policy.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Layout from "../layouts/Layout.astro";
title="Privacy Policy - Vilbot"
description="Privacy Policies for Vilbot"
>
<section class="container mx-auto pt-12">
<section class="container mx-auto py-12">
<Typography as="h1" color="white" variant="big" class="mb-2">
Privacy Policy
</Typography>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/terms-of-service.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Layout from "../layouts/Layout.astro";
title="Terms of Service - Vilbot"
description="Terms of Service to use Vilbot"
>
<section class="container mx-auto pt-12">
<section class="container mx-auto py-12">
<Typography as="h1" color="white" variant="big" class="mb-2">
Terms of Service
</Typography>
Expand Down

0 comments on commit c5b75a0

Please sign in to comment.