chore: update mobile design
This commit is contained in:
parent
1ced43fac7
commit
d20c3e2bc9
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue