mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-27 21:27:54 +02:00
Remove gradients
This commit is contained in:
parent
e44afd84cc
commit
1f792a5d2b
5 changed files with 178 additions and 165 deletions
|
@ -6,7 +6,7 @@ import CursorClick from "@/components/icons/cursor-click.svg";
|
|||
|
||||
const Bonus: React.VoidFunctionComponent = () => {
|
||||
return (
|
||||
<div className="py-16 max-w-7xl mx-auto px-8">
|
||||
<div className="pt-8 pb-24 max-w-7xl mx-auto px-8">
|
||||
<h2 className="heading">Principles</h2>
|
||||
<p className="subheading">We're not like the others</p>
|
||||
<div className="grid grid-cols-4 gap-16">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue