Skip to content

Commit

Permalink
app: hide left panel on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
verdie-g committed Jul 3, 2018
1 parent 06db098 commit 6638028
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,19 @@ html, body {
ul.list-inline li {
display: inline-block;
}
@media (max-width: 576px) {
.left-panel {
display: none;
}
.right {
width: 100%;
left: 0;
}
#credits {
display: none;
}
}
</style>

0 comments on commit 6638028

Please sign in to comment.