Skip to content

Commit

Permalink
fix: align header mobile menu separator width with Cubic 11
Browse files Browse the repository at this point in the history
  • Loading branch information
rileychh committed Sep 17, 2024
1 parent 3518f79 commit 1932635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ header {
}
.separator {
border-top: calc(1rem / 11) solid darkgray;
border-top: calc(1em / 11) solid darkgray;
}
}
</style>

0 comments on commit 1932635

Please sign in to comment.