Skip to content

Commit

Permalink
Fix sidebar logo and subtitle padding
Browse files Browse the repository at this point in the history
  • Loading branch information
jchacko11 committed Jun 29, 2023
1 parent 1a9b80d commit 9f18c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/addon/commons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ $btn-mb: 0.5rem;
}

.site-subtitle {
font-size: 95%;
font-size: 105%;
color: var(--sidebar-muted-color);
margin-top: 0.25rem;
word-spacing: 1px;
Expand Down Expand Up @@ -1591,7 +1591,7 @@ $btn-mb: 0.5rem;
.profile-wrapper {
margin-top: 3.5rem;
margin-bottom: 2.5rem;
padding-left: 3.5rem;
// padding-left: 3.5rem;
}

ul {
Expand Down

0 comments on commit 9f18c33

Please sign in to comment.