fix(navbar): Minor fixes in navbar spacings (#36091)

This commit is contained in:
Gabriel Torres Ruiz
2025-11-13 13:53:09 -04:00
committed by GitHub
parent 60f29ba6fb
commit 4515d18ddd

View File

@@ -65,7 +65,6 @@ const StyledBrandText = styled.div`
color: ${theme.colorText};
padding-left: ${theme.sizeUnit * 4}px;
padding-right: ${theme.sizeUnit * 4}px;
margin-right: ${theme.sizeUnit * 6}px;
font-size: ${theme.fontSizeLG}px;
float: left;
display: flex;