Some additional formatting

This commit is contained in:
Imbus 2023-10-19 02:47:00 +02:00
parent ad0dc74083
commit 5e2d0f3e3b
2 changed files with 6 additions and 3 deletions

View file

@ -123,10 +123,13 @@ function HeaderLogo({
...sx, ...sx,
}} }}
> >
<Typography fontSize={"2rem"} sx={{display:"flex", flexDirection:"row", alignItems: "center"}}> <Typography
fontSize={"2rem"}
sx={{ display: "flex", flexDirection: "row", alignItems: "center" }}
>
<AcUnitIcon <AcUnitIcon
fontSize="inherit" fontSize="inherit"
sx={{height: "100%", color: cyan[400], mr: 1, mb: 1.1 }} sx={{ height: "100%", color: cyan[400], mr: 1, mb: 1.1 }}
></AcUnitIcon> ></AcUnitIcon>
FrostByte FrostByte
</Typography> </Typography>