Skip to content

Commit

Permalink
fix: breadcrumb, sidebar, and content on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Jan 24, 2024
1 parent 7dbfea6 commit d261117
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/assets/css/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,20 @@
.navbar-end {
display: flex;
}
}

.breadcrumb.is-main {
top: 95px;
}

.breadcrumb.is-main~.paned .sidebar aside {
height: auto;
}

.sidebar {
padding: 0 20px;
}

.content {
padding: 0 20px;
}
}

0 comments on commit d261117

Please sign in to comment.