chore: update mobile design

This commit is contained in:
jinhojang6 2024-02-22 23:14:40 +09:00 committed by Jinho Jang
parent 87fbb37d7d
commit 1dc0d885a5
1 changed files with 19 additions and 0 deletions

View File

@ -66,3 +66,22 @@ h2 {
}
}
}
@media (max-width: 768px) {
#open-source-and-support {
.mdx-grid__content {
flex-direction: column;
gap: 40px;
}
}
h3 {
margin-top: 16px !important;
}
.mdx-grid__content > div:first-child {
a {
margin-top: 16px !important;
}
}
}