Skip to content

Commit

Permalink
fix(ld-header): justify container to center
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Jan 26, 2023
1 parent d8d96e4 commit 90d6827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/liquid/components/ld-header/ld-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
box-shadow: var(--ld-header-box-shadow);
color: var(--ld-header-col);
display: flex;
justify-content: center;
width: 100%;
transition: transform 100ms ease-in-out;
overflow-x: auto;
Expand Down

1 comment on commit 90d6827

@vercel
Copy link

@vercel vercel bot commented on 90d6827 Jan 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

liquid – ./

liquid-uxsd.vercel.app
liquid-git-main-uxsd.vercel.app
liquid-oxygen.vercel.app

Please sign in to comment.