Skip to content

Commit

Permalink
Shorten grid-gap and remove margin on example logo
Browse files Browse the repository at this point in the history
  • Loading branch information
amy-corson-ibigroup committed Nov 27, 2024
1 parent fff87e7 commit 7d81159
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion example.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
.otp .navbar-title {
color: #fff;
font-size: 24px;
padding-top: 7px;
}

.otp.mobile .navbar-title {
Expand Down
2 changes: 1 addition & 1 deletion lib/components/app/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
.navbar .navbar-brand {
align-items: center;
display: flex;
gap: 35px;
gap: 25px;
grid-column: 1 / span 1;
width: 100%;
}
Expand Down

0 comments on commit 7d81159

Please sign in to comment.