mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
chore: misc. landing page style updates
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user