Skip to content

Commit

Permalink
tweak(nui): Alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWasTakenn committed Dec 31, 2021
1 parent 8a45f43 commit d1a5a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/NavBars/TopBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Box } from '@chakra-ui/react';
const TopBar: React.FC = () => {
return (
<Box w="100%" h="5%">
<Box p="1.2vh" fontSize="2.2vh">
<Box paddingLeft="1.2vh" fontSize="2.2vh">
Resources
</Box>
</Box>
Expand Down

0 comments on commit d1a5a9e

Please sign in to comment.