Skip to content

Commit a754f56

Browse files
Merge pull request #20 from Lawful2002/Navbar
Fixed Spacing in Navbars
2 parents 7ec6db4 + 6a7184b commit a754f56

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

frontend/src/components/Navs/Navbar/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const useStyles = makeStyles((theme: Theme) =>
5050
},
5151
other: {
5252
color: "white",
53+
paddingLeft: 20,
5354
},
5455
drawerList: {
5556
width: 300,

frontend/src/components/Navs/homeNav/style.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.container {
2-
padding: 3vh;
2+
padding: 2vh;
33
display: flex;
44
flex-direction: column;
55
align-items: center;

frontend/src/theme/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const Theme = createMuiTheme({
66
xs: 0,
77
sm: 600,
88
md: 960,
9-
lg: 1081,
9+
lg: 1160,
1010
xl: 1920,
1111
},
1212
},

0 commit comments

Comments
 (0)