mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
update mobile footer css
This commit is contained in:
@@ -572,6 +572,14 @@ div.w-10 > a:not(:last-child) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.footer__link-item {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.footer__item {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@include utils.responsive('lg', 'down') {
|
||||
.grid {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
@@ -589,7 +597,6 @@ div.w-10 > a:not(:last-child) {
|
||||
}
|
||||
|
||||
.footer {
|
||||
margin-left: -16px;
|
||||
padding: 24px 16px;
|
||||
}
|
||||
|
||||
@@ -623,6 +630,25 @@ div.w-10 > a:not(:last-child) {
|
||||
.markdown h4 {
|
||||
--ifm-h4-font-size: 1.25rem !important;
|
||||
}
|
||||
|
||||
.footer {
|
||||
> div {
|
||||
display: flex !important;
|
||||
flex-direction: column-reverse;
|
||||
gap: 72px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.footer__links {
|
||||
display: flex !important;
|
||||
flex-direction: column !important;
|
||||
gap: 24px !important;
|
||||
}
|
||||
|
||||
.col.footer__col {
|
||||
margin-bottom: 0 !important;
|
||||
padding-inline: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.main-wrapper {
|
||||
@@ -709,6 +735,7 @@ div.w-10 > a:not(:last-child) {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 0.5rem;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.footer__item {
|
||||
|
||||
Reference in New Issue
Block a user