We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ec6db4 + 6a7184b commit a754f56Copy full SHA for a754f56
3 files changed
frontend/src/components/Navs/Navbar/index.tsx
@@ -50,6 +50,7 @@ const useStyles = makeStyles((theme: Theme) =>
50
},
51
other: {
52
color: "white",
53
+ paddingLeft: 20,
54
55
drawerList: {
56
width: 300,
frontend/src/components/Navs/homeNav/style.module.css
@@ -1,5 +1,5 @@
1
.container {
2
- padding: 3vh;
+ padding: 2vh;
3
display: flex;
4
flex-direction: column;
5
align-items: center;
frontend/src/theme/theme.ts
@@ -6,7 +6,7 @@ const Theme = createMuiTheme({
6
xs: 0,
7
sm: 600,
8
md: 960,
9
- lg: 1081,
+ lg: 1160,
10
xl: 1920,
11
12
0 commit comments