mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
style: update landing page mobile styles
This commit is contained in:
+1
-1
@@ -249,7 +249,7 @@
|
||||
|
||||
@include utils.responsive('lg', 'down') {
|
||||
.mdx-cta-section__title {
|
||||
@include lsd.typography('h4', true);
|
||||
@include lsd.typography('h3', true);
|
||||
}
|
||||
|
||||
.mdx-cta-section__description {
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
|
||||
@include utils.responsive('md', 'down') {
|
||||
.mdx-hero {
|
||||
justify-content: unset;
|
||||
h1 {
|
||||
@include lsd.typography('h2');
|
||||
}
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
@include utils.responsive('lg', 'down') {
|
||||
.mdx-hero-actions {
|
||||
width: 100%;
|
||||
margin-top: 1.5rem;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
||||
+2
-2
@@ -24,9 +24,9 @@
|
||||
|
||||
@include utils.responsive('lg', 'down') {
|
||||
.mdx-hero-description {
|
||||
@include lsd.typography('subtitle1');
|
||||
@include lsd.typography('body2');
|
||||
|
||||
margin-top: 12px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.mdx-hero-description--large {
|
||||
|
||||
@@ -16,6 +16,6 @@
|
||||
|
||||
@include utils.responsive('lg', 'down') {
|
||||
.mdx-hero-info {
|
||||
padding: 24px 0;
|
||||
padding: 28px 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user