Skip to content

Commit f9244db

Browse files
bugfix: center aligned keynote speaker images (#153)
* bugfix: center aligned keynote speaker images * removed schedule file and improved responsiveness * renamed custom tag as lgx
1 parent 02284fd commit f9244db

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

src/_includes/landing/keynotes.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{% from "components/cube.njk" import cube %}
22

3-
<section class="relative bg-lavender text-black w-full pb-12 px-4 md:px-40 lg:px-28 xl:px-40 lg:pb-40" id="keynotes">
3+
<section class="relative bg-lavender text-black w-full pb-12 px-4 md:px-8 lg:px-16 xl:px-28 lgx:px-40 lg:pb-40" id="keynotes">
44
<div class="black-han-sans-regular text-center lg:text-left pt-28 pb-8 md:pt-24 font-normal text-4xl lg:text-5xl text-[#000000]">
55
Keynote Speakers
66
</div>
77

8-
<div class="flex flex-col md:flex-row md:flex-wrap lg:flex-nowrap items-center justify-center lg:justify-start gap-8 md:gap-12 lg:gap-8 pt-10 lg:pl-2 xl:pl-12">
8+
<div class="flex flex-col md:flex-row flex-wrap lgx:flex-nowrap items-center justify-center gap-8 md:gap-12 lg:gap-8 pt-10">
99
<div class="flex-shrink-0">
1010
<div class="group relative motion-safe:transform motion-safe:translate-y-0 motion-safe:hover:-translate-y-6 md:motion-safe:hover:-translate-y-12 transition duration-700 ease-in-out">
1111
<div class="flex items-center justify-center w-full h-full">

src/static/img/speakers/dawnwages.png

60.1 KB
Loading
48.1 KB
Loading
22.9 KB
Loading

tailwind.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = {
1717
lg: '1024px',
1818
xl: '1280px',
1919
'2xl': '1536px',
20+
'lgx': '1150px',
2021
},
2122
colors: {
2223
transparent: 'transparent',

0 commit comments

Comments
 (0)