Skip to content

Commit

Permalink
Move centering offset to padding-top
Browse files Browse the repository at this point in the history
  • Loading branch information
mikachan committed Apr 12, 2024
1 parent e2d9c94 commit 7dafc44
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ $footer-height: 70px;
display: flex;
position: absolute;
left: 0;
top: $header-height;
top: 0;
align-items: center;
justify-content: center;
padding-top: $header-height;
}

.font-library-modal__tabpanel-layout__footer {
Expand Down

0 comments on commit 7dafc44

Please sign in to comment.