chore: misc. landing page style updates

This commit is contained in:
jinhojang6
2024-03-23 20:52:56 +09:00
parent 958a6dd043
commit c321200a65
5 changed files with 9 additions and 5 deletions
@@ -85,7 +85,7 @@ List of all Waku events
<Grid
xs={{ cols: 1, gap: '1rem' }}
md={{ cols: 2 }}
className="events-cta-sections"
className="bottom-cta-sections"
>
<Grid.Item xs={1}>
<EventCTASection
@@ -113,7 +113,7 @@ Yet, it doesn't have to be this way. Advances in cryptography, peer-to-peer netw
<Grid
xs={{ cols: 1, gap: '1rem' }}
md={{ cols: 2 }}
className="events-cta-sections"
className="bottom-cta-sections"
>
<Grid.Item xs={1}>
<EventCTASection
@@ -462,7 +462,7 @@ import * as challengesData from '/generated/challenges.json'
<Grid
xs={{ cols: 1, gap: '1rem' }}
md={{ cols: 2 }}
className="events-cta-sections"
className="bottom-cta-sections"
>
<Grid.Item xs={1}>
<InputCTASection
@@ -58,6 +58,10 @@
}
.mdx-roadmap {
.mdx-roadmap .mdx-cta-section__title {
@include lsd.typography('h3');
}
.mdx-cta-section__description {
margin-top: 16px;
@include lsd.typography('body1');
@@ -866,9 +866,9 @@ main[itemtype*='Blog'] {
display: flex;
}
.events-cta-sections {
.bottom-cta-sections {
.mdx-grid__content {
gap: 64px !important;
gap: 98px !important;
}
}
}