File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -66,18 +66,18 @@ function Header() {
66
66
< div className = "center flex flex-col flex-1 w-screen object-cover bg-no-repeat" >
67
67
< div style = { bgWrapperStyles } className = "flex flex-col z-30 left-0 w-full min-h-screen lg:pt-16 overflow-hidden" >
68
68
< div className = "z-20 flex flex-wrap m-auto items-center" >
69
- < div className = "w-full h-full sm:mt-36 sm:m-auto sm:my-24 lg:mt-16 m-auto lg:w-7/12 text-white flex flex-col items-center" >
69
+ < div className = "w-full h-full sm:mt-36 sm:m-auto sm:my-24 sm:px-10 sm:container lg:mt-16 m-auto lg:w-7/12 text-white flex flex-col items-center" >
70
70
< img Alt = "OSCAFest Title 2025" src = { homeBackground . title } className = "mb-5 lg:px-7" />
71
71
< div className = "flex flex-col w-full " >
72
- < text className = "font-clashDisplay text-5xl text-center justify-center tracking-widest text-white0 w-full" >
72
+ < text className = "font-clashDisplay lg: text-5xl text-3xl text- center justify-center tracking-widest text-white w-full" >
73
73
{ " " }
74
74
JUNE 12 - JUNE 14, 2025
75
75
</ text >
76
76
</ div >
77
77
< div className = "lg:mx-5" >
78
78
< div className = "flex sm:flex-row flex-col mt-5 sm:mb-16 md:mb-10 lg:mb-0 lg:p-0" >
79
79
< a
80
- href = "https://opencollective.com/osca/events/open-source-festival-2023-e17954c1 "
80
+
81
81
className = "font-clashDisplay font-bold bg-white p-6 m-4 text-lg text-black tracking-wider mx-5 w-fit flex items-center"
82
82
>
83
83
Become a Sponsor
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ function Nav() {
142
142
</ div >
143
143
< div className = "mx-2 flex sm:flex-row flex-col sm:mb-16 md:mb-10 lg:mb-0 bg-white" >
144
144
< a
145
- href = "/past-events "
145
+ href = "/2023 "
146
146
className = "font-clashDisplay font-bold p-5 text-black tracking-wider w-full mx-5 w-fit flex items-center justify-center"
147
147
onClick = { ( ) => toggleExpansion ( ! isExpanded ) }
148
148
>
Original file line number Diff line number Diff line change @@ -148,5 +148,5 @@ div .overlay {
148
148
}
149
149
150
150
body {
151
- background-color : gray ;
151
+ background-color : # 383b3c ;
152
152
}
You can’t perform that action at this time.
0 commit comments