Skip to content

Commit 116180d

Browse files
committed
UI Fixes
1 parent 1f812f6 commit 116180d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const Background = styled(Box)({
6969
top: '50%',
7070
left: '50%',
7171
width: 'clamp(200px, 100%, 800px)',
72-
opacity: '0.25',
72+
opacity: '0.15',
7373
height: 'auto',
7474
zIndex: '0'
7575
});

src/components/home/Landing.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const Landing = () => {
2222
<Typography
2323
variant='h1'
2424
fontSize='4rem'
25-
fontWeight='500'
25+
fontWeight='600'
2626
>B.Tech ECE Notes</Typography>
2727
<Typography
2828
variant='h2'

0 commit comments

Comments
 (0)