fix(welcome-page) Fix narrow mode (#12781)
- enable calendar card and footer on narrow mode
This commit is contained in:
parent
43b3db11e0
commit
6048279eb2
|
@ -31,10 +31,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-tabs {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header-text-title {
|
.header-text-title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@ -56,13 +52,6 @@
|
||||||
.welcome-footer-row-block {
|
.welcome-footer-row-block {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.welcome-badge {
|
|
||||||
margin-right: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.welcome-footer {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue