diff --git a/src/assets/css/_css/index.less b/src/assets/css/_css/index.less index 7bd3219840..e01876c09b 100644 --- a/src/assets/css/_css/index.less +++ b/src/assets/css/_css/index.less @@ -45,7 +45,7 @@ div.index { } img { - height: 150px; + height: 80px; } .button { diff --git a/src/components/Conf/Section/index.tsx b/src/components/Conf/Section/index.tsx index 1ae3c90164..cf8446e3a4 100644 --- a/src/components/Conf/Section/index.tsx +++ b/src/components/Conf/Section/index.tsx @@ -8,7 +8,8 @@ interface Props { } const SectionConf = ({ id, title, children }: Props): JSX.Element => ( -
+ // Padding down so hash-links to this id display below the header menu +

{title}

diff --git a/src/components/Conf/Venue/index.tsx b/src/components/Conf/Venue/index.tsx index 7e063e3c3a..0f2f61aaf5 100644 --- a/src/components/Conf/Venue/index.tsx +++ b/src/components/Conf/Venue/index.tsx @@ -31,7 +31,7 @@ const VenueConf = () => {

- Venue Information + Venue & Lodging

{ room block is full)
- Please note, rooms will most likely sell out in advance of the
room block close dates. We encourage you to book - early to secure a room at the conference rate. + Please note, rooms will most likely sell out in advance of the{" "} + + room block + {" "} + close dates. We encourage you to book early to secure a room at + the conference rate.

-

Alternate lodging options

+
+ +
+

+ Alternate lodging options +

{ > Holiday Inn Express San Francisco Airport South, and IHG Hotel -
- -
-

- Additional Information -

Important: The Linux Foundation will never reach out to attendees by phone to make hotel diff --git a/src/pages/conf/index.tsx b/src/pages/conf/index.tsx index dff9653c5b..d75d63489a 100644 --- a/src/pages/conf/index.tsx +++ b/src/pages/conf/index.tsx @@ -18,7 +18,7 @@ export default () => {

-
+
) => { return ( @@ -19,7 +18,7 @@ export default ({ pageContext }: PageProps<{}, { sourcePath: string }>) => {
- +
The offical GraphQL conference, by the GraphQL Foundation