chore: update mobile design

This commit is contained in:
jinhojang6 2024-02-22 23:14:40 +09:00
parent 1ced43fac7
commit d20c3e2bc9
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
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;
}
}
}