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 => ( -
{
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.
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 () => {