Skip to content

Commit 2d1fc88

Browse files
committed
rishit
1 parent 829c5d6 commit 2d1fc88

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

frontend/src/App.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ input[type='radio'] {
3939
.card:hover {
4040
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Add a shadow on hover */
4141
}
42+
43+
.flip{
44+
padding-bottom: 20px;
45+
}

frontend/src/components/Pages/Menu.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import TodaysSpecial from './TodaysSpecial';
88
import { GiArrowDunk } from 'react-icons/gi';
99
import Cafe3dImg from '../../assets/Menu_assets/mega-creator.png';
1010
import MainHOC from '../MainHOC';
11+
1112
const parallaxVariants = {
1213
initial: { scale: 1 },
1314
animate: { scale: 1.05 },
@@ -66,7 +67,7 @@ function ParallaxImage() {
6667
</div>
6768
</div>
6869
<div className="flex flex-col items-center mb-2">
69-
<h1 className="text-5xl md:text-9xl font-roboto dark:text-gray-50">Flip Menu</h1>
70+
<h1 className="text-5xl md:text-9xl font-roboto dark:text-gray-50 flip">Flip It</h1>
7071
<GiArrowDunk size={60} className="mt-2 text-orange-400" />
7172
</div>
7273
{/* <div className="w-full md:flex md:items-center md:justify-center">

0 commit comments

Comments
 (0)