Skip to content

Commit

Permalink
modifying offset of secondary nav for edu (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle authored Jul 24, 2024
1 parent c5a917e commit 4eec105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vue/src/components/NavSecondary/NavSecondary.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
>
<div class="max-w-screen-3xl mx-auto">
<div
class="nav-secondary-container lg:container lg:px-0 lg:whitespace-normal border-gray-mid text-gray-mid-dark lg:overflow-visible relative px-4 pb-0 mx-auto overflow-x-auto text-sm font-medium whitespace-nowrap border-t border-opacity-50"
class="nav-secondary-container lg:container lg:px-0 lg:whitespace-normal border-gray-mid text-gray-mid-dark lg:overflow-visible relative px-4 pb-0 mx-auto overflow-x-auto text-sm font-medium whitespace-nowrap border-t border-opacity-50 edu:border-0"
>
<div class="lg:ml-0 2xl:-mr-3 lg:justify-end flex -ml-3">
<template v-for="(item, index) in theBreadcrumb">
Expand Down Expand Up @@ -184,7 +184,7 @@ export default defineComponent({
}
}
@screen lg {
@apply top-28;
@apply top-28 edu:top-18;
}
}
}
Expand Down

0 comments on commit 4eec105

Please sign in to comment.