fix(welcome-page) Fix narrow mode (#12781)

- enable calendar card and footer on narrow mode
This commit is contained in:
Horatiu Muresan 2023-01-16 11:50:37 +02:00 committed by GitHub
parent 43b3db11e0
commit 6048279eb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 11 deletions

View File

@ -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;
}
} }
} }