style: misc. design updates

This commit is contained in:
jinhojang6
2024-03-22 04:36:17 +09:00
committed by Jinho Jang
parent 5ccea9eed3
commit a8cef0786c
4 changed files with 10 additions and 2 deletions
@@ -204,6 +204,10 @@
text-decoration: none;
}
& > a:hover {
text-decoration: underline;
}
& > .mdx-cta-section__item-description {
margin-top: 1rem;
}
@@ -11,7 +11,7 @@
}
.mdx-logo-carousel__inner {
margin-top: 100px;
margin-top: 32px;
}
.mdx-logo-carousel__item {
@@ -11,7 +11,7 @@
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
padding: 1.5rem 1rem 0 1rem;
padding: 1.5rem 1rem 0 0;
border-top: 1px solid rgb(var(--lsd-border-primary));
}
@@ -3,6 +3,10 @@
.mdx-roadmap {
width: 100%;
.mdx-grid__scroll {
margin-bottom: 32px !important;
}
}
.mdx-roadmap__timeline {