File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function Footer(props) {
30
30
Thank You< span className = "text-[#F7931E]" > .</ span >
31
31
</ h1 >
32
32
< div className = "lg:basis-1/4" >
33
- < h1 className = "font-clashDisplay font-black p-1 text-xl lg:text-3xl uppercase" > ❤️ from the osca team</ h1 >
33
+ < h1 className = "font-clashDisplay font-black p-1 text-xl lg:text-3xl uppercase" > 🧡 from the osca team</ h1 >
34
34
< div className = "z-10 mt-8" >
35
35
{ [
36
36
{
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import { gallery } from "./cloudImages";
4
4
5
5
function Gallery ( ) {
6
6
return (
7
- < section id = "gallery" className = "bg-white lg:flex-row " >
8
- < div className = "flex flex-col lg:flex-row lg:flex-wrap justify-center text-white" >
7
+ < section id = "gallery" className = "bg-white" >
8
+ < div className = "grid lg:grid-cols-2 gap-4 lg:gap-6 text-white" >
9
9
{ [
10
10
{
11
11
day : "Day 0" ,
@@ -31,10 +31,10 @@ function Gallery() {
31
31
key = { gallery . day }
32
32
target = "_blank"
33
33
rel = "noopener noreferrer"
34
- className = { `group overflow-hidden p-3 ${ gallery . day === "Day 0" ? "lg:basis-full " : "lg:basis-1/2 " } ` }
34
+ className = { `group overflow-hidden p-3 ${ gallery . day === "Day 0" ? "lg:col-start-1 lg:col-end-3 " : "" } ` }
35
35
>
36
36
< img
37
- className = "group-hover:scale-125 transition-all ease-in-out delay-0 w-auto mx-auto h-full brightness-75"
37
+ className = "group-hover:scale-125 transition-all ease-in-out delay-0 mx-auto h-full w -full brightness-75"
38
38
src = { gallery . image }
39
39
alt = { `An amazing photograph from ${ gallery . tag } .` }
40
40
/>
You can’t perform that action at this time.
0 commit comments