Skip to content

Commit 18ffe01

Browse files
sandroscostaigobranco
authored andcommitted
fix: logo container height and alignment
1 parent 38930bd commit 18ffe01

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/studio-header/HeaderBody.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const HeaderBody = ({
7272
</Button>
7373
) : (
7474
<div className="w-25">
75-
<Row className="m-0 flex-nowrap">
75+
<Row className="m-0 flex-nowrap align-items-center">
7676
{renderBrandNav}
7777
<CourseLockUp
7878
{...{

src/studio-header/StudioHeader.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ $white: #FFFFFF;
44
.studio-header {
55
position: relative;
66
z-index: 1000;
7-
8-
height: 3.75rem;
97
box-shadow: 0 1px 0 0 rgb(0 0 0 / .1);
108
background: $white;
119

0 commit comments

Comments
 (0)