fix(sidebar): no margin on mobile (#89)

pull/90/head
Eduardo San Martin Morote 4 years ago committed by GitHub
parent 8435e36374
commit 218c729154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -91,6 +91,12 @@ main {
}
}
@media screen and (max-width: 719px) {
main {
margin-left: 0;
}
}
a {
text-decoration: none;
}

@ -1,7 +1,7 @@
.theme {
--border-color: rgb(226, 232, 240);
--header-height: 3.6rem;
--sidebar-width: 20rem;
--sidebar-width: 16.4rem;
--text-color: #2c3e50;
--text-color-light: #476582;
--code-bg-color: #282c34;

Loading…
Cancel
Save