File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -39,3 +39,7 @@ input[type='radio'] {
39
39
.card : hover {
40
40
box-shadow : 0 8px 16px rgba (0 , 0 , 0 , 0.3 ); /* Add a shadow on hover */
41
41
}
42
+
43
+ .flip {
44
+ padding-bottom : 20px ;
45
+ }
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import TodaysSpecial from './TodaysSpecial';
8
8
import { GiArrowDunk } from 'react-icons/gi' ;
9
9
import Cafe3dImg from '../../assets/Menu_assets/mega-creator.png' ;
10
10
import MainHOC from '../MainHOC' ;
11
+
11
12
const parallaxVariants = {
12
13
initial : { scale : 1 } ,
13
14
animate : { scale : 1.05 } ,
@@ -66,7 +67,7 @@ function ParallaxImage() {
66
67
</ div >
67
68
</ div >
68
69
< 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 >
70
71
< GiArrowDunk size = { 60 } className = "mt-2 text-orange-400" />
71
72
</ div >
72
73
{ /* <div className="w-full md:flex md:items-center md:justify-center">
You can’t perform that action at this time.
0 commit comments