File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,9 @@ const includes = [
49
49
50
50
const PricingConf = ( ) => {
51
51
return (
52
- < div id = "attend" >
53
- < div className = "bg-[#171E26] container mt-10 mb-6" >
52
+ // Invisible padding so anchor links align to the header menu
53
+ < div id = "attend" className = "-mt-16 pt-16" >
54
+ < div className = "bg-[#171E26] container mb-6" >
54
55
< div className = "flex flex-col text-center w-full" >
55
56
< h1 className = "text-4xl text-white font-bold" > Attend</ h1 >
56
57
</ div >
@@ -113,11 +114,11 @@ const PricingConf = () => {
113
114
Visa
114
115
</ a > { " " }
115
116
or{ " " }
116
- < a href = "/conf/faq/#scholarships" >
117
+ < a href = "/conf/faq/#scholarships" >
117
118
Scholarship
118
119
</ a > { " " }
119
120
or find more help in our{ " " }
120
- < a href = "/conf/faq/" >
121
+ < a href = "/conf/faq/" >
121
122
FAQ
122
123
</ a >
123
124
.
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ const Days: Day[] = [
20
20
]
21
21
const ScheduleGlanceConf = ( ) => {
22
22
return (
23
- < div id = "schedule" >
23
+ // Invisible padding so anchor links align to the header menu
24
+ < div id = "schedule" className = "-mt-16 pt-16" >
24
25
< div className = "bg-[#171E26] w-full mt-10 mb-6" >
25
26
< div className = "text-center mx-auto text-white" >
26
27
< h1 className = "text-4xl text-white font-bold mb-8" > Schedule</ h1 >
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ const speakers: Speaker[] = [
47
47
48
48
const SpeakersConf = ( ) => {
49
49
return (
50
+ // Invisible padding so anchor links align to the header menu
50
51
< div id = "speakers" className = "-mt-16 pt-16" >
51
52
< div className = "bg-[#171E26] w-full mt-8" >
52
53
< div className = "text-center mx-auto text-white" >
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ import { ReactComponent as ParkingIcon } from "../../../../static/img/conf/parki
5
5
6
6
const VenueConf = ( ) => {
7
7
return (
8
- < div id = "location" >
8
+ // Invisible padding so anchor links align to the header menu
9
+ < div id = "location" className = "-mt-16 pt-16" >
9
10
< h1 className = "text-4xl text-white font-bold mb-8 mx-auto text-center" >
10
11
Location & Venue
11
12
</ h1 >
You can’t perform that action at this time.
0 commit comments