Skip to content

Commit

Permalink
fix: databus logo out of alignment in English mode (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorinzrihen authored May 19, 2024
1 parent 04f7aac commit 3b1f0b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/layout/sidebar/logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function Logo() {
<circle className="st0" cx="3442.6" cy="1960.6" r="65.8" />
<circle className="st0" cx="3223.9" cy="2225.35" r="65.8" />
</svg>
דאטאבוס
<span>דאטאבוס</span>
</h1>
)
}
12 changes: 9 additions & 3 deletions src/layout/sidebar/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,18 @@
}

.sidebar-logo {
text-align: center;
color: black;
font-weight: 400;
line-height: 0.9em;
text-indent: -37px;
padding-right: 32px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 0 10px;

span {
margin-right: 25%;
}

svg {
padding: 0 8px;
Expand Down

0 comments on commit 3b1f0b3

Please sign in to comment.