style: update landing page mobile styles

This commit is contained in:
jinhojang6
2024-03-23 19:52:39 +09:00
parent fe5f89be7e
commit 322a9ae30f
5 changed files with 5 additions and 5 deletions
@@ -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;
@@ -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;
}
}