Fix translation + navbar CSS (#142)

This commit is contained in:
Emruz Hossain 2020-11-01 03:15:37 +06:00 committed by GitHub
parent beb9d55b95
commit 49ba62a9da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 107 additions and 7 deletions

View file

@ -66,6 +66,7 @@ body {
.toc ul {
list-style: none;
padding-left: 0.5rem;
margin-bottom: 0rem;
width: 100%;
}
@ -308,6 +309,10 @@ mark {
text-align: right;
}
.languageSelector{
display: none;
}
/* ============= Device specific fixes ======= */
/* Large screens such as TV */
@ -371,10 +376,15 @@ mark {
.navbar-toggler {
display: block;
}
.navbar-collapse.lang-selector {
display: none;
}
.languageSelector{
display: block;
}
.hero-area {
height: 300px;
margin-top: 1rem;