Skip to content

Commit

Permalink
[LuxLibraryHeader] #343 Remove app-name 1200px media query
Browse files Browse the repository at this point in the history
Don't display abbr-name in screen with min-width 900px

Co-authored-by: Vivian Ha <[email protected]>
  • Loading branch information
christinach and vh8154 committed Sep 19, 2024
1 parent 9695a4d commit 0e4c7a4
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/components/LuxLibraryHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,6 @@ export default {
text-align: center;
text-decoration: none;
@media (min-width: 1200px) {
border-left: 1px solid var(--color-grayscale-light);
height: 35px;
margin: 0 0 0 1rem;
padding: 0 0 0 1rem;
text-align: left;
}
.full-name {
display: none;
}
Expand All @@ -196,8 +188,7 @@ export default {
}
.abbr-name {
display: block;
font-size: var(--font-size-base);
display: none;
}
}
Expand Down

0 comments on commit 0e4c7a4

Please sign in to comment.